mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-27 20:59:42 +08:00
skip setting ip address for filer
related to https://github.com/chrislusf/seaweedfs/issues/960
This commit is contained in:
parent
017d0957c3
commit
dd4ef58d99
@ -29,7 +29,7 @@ case "$1" in
|
||||
;;
|
||||
|
||||
'filer')
|
||||
ARGS="-ip `hostname -i` "
|
||||
ARGS=""
|
||||
if [ -n "$MASTER_PORT_9333_TCP_ADDR" ] ; then
|
||||
ARGS="$ARGS -master=$MASTER_PORT_9333_TCP_ADDR:$MASTER_PORT_9333_TCP_PORT"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user