mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-12-24 12:57:53 +08:00
Removed RaftBindPort config. Raft bind address and port are dynamically assigned on startup instead of configured manually. Replaced memberlist-port configuration with discovery-port.
This commit is contained in:
@@ -33,8 +33,7 @@ WORKDIR /opt/echovault/bin
|
||||
CMD "./server" \
|
||||
"--bind-addr" "${BIND_ADDR}" \
|
||||
"--port" "${PORT}" \
|
||||
"--memberlist-port" "${ML_PORT}" \
|
||||
"--raft-port" "${RAFT_PORT}" \
|
||||
"--discovery-port" "${DISCOVERY_PORT}" \
|
||||
"--server-id" "${SERVER_ID}" \
|
||||
"--join-addr" "${JOIN_ADDR}" \
|
||||
"--data-dir" "${DATA_DIR}" \
|
||||
|
||||
Reference in New Issue
Block a user