set master ip in docker compose yaml file

fix https://github.com/chrislusf/seaweedfs/issues/1118
This commit is contained in:
Chris Lu
2019-12-11 21:38:54 -08:00
parent 1ddfbff2d3
commit 06ff984786
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
case "$1" in
'master')
ARGS="-ip `hostname -i` -mdir /data"
ARGS="-mdir /data"
# Is this instance linked with an other master? (Docker commandline "--link master1:master")
if [ -n "$MASTER_PORT_9333_TCP_ADDR" ] ; then
ARGS="$ARGS -peers=$MASTER_PORT_9333_TCP_ADDR:$MASTER_PORT_9333_TCP_PORT"