Removed --in-memory flag as it's will no longer be used.

This commit is contained in:
Kelvin Mwinuka
2024-06-13 22:12:19 +08:00
committed by GitHub
parent 57d4718528
commit 168e7608a5

View File

@@ -46,7 +46,6 @@ CMD "./server" \
"--eviction-interval" "${EVICTION_INTERVAL}" \
"--tls=${TLS}" \
"--mtls=${MTLS}" \
"--in-memory=${IN_MEMORY}" \
"--bootstrap-cluster=${BOOTSTRAP_CLUSTER}" \
"--acl-config=${ACL_CONFIG}" \
"--require-pass=${REQUIRE_PASS}" \