docker: entrypoint skip ip address detection

This commit is contained in:
Chris Lu 2020-03-25 14:39:43 -07:00
parent 966df2ae27
commit 5c5ddc740d

View file

@ -13,7 +13,7 @@ case "$1" in
;; ;;
'server') 'server')
ARGS="-ip=`hostname -i` -dir=/data -volume.max=0 -master.volumePreallocate -master.volumeSizeLimitMB=1024" ARGS="-dir=/data -volume.max=0 -master.volumePreallocate -master.volumeSizeLimitMB=1024"
exec /usr/bin/weed $@ $ARGS exec /usr/bin/weed $@ $ARGS
;; ;;