docker filer default to /data/filerdb

This commit is contained in:
Chris Lu
2018-12-26 20:46:07 -08:00
parent cf67cf29a1
commit 3078cb96a9
3 changed files with 17 additions and 3 deletions

View File

@@ -29,7 +29,8 @@ case "$1" in
;;
'filer')
ARGS="-ip `hostname -i`"
exec mkdir /data/filerdb
ARGS="-ip `hostname -i` "
if [ -n "$MASTER_PORT_9333_TCP_ADDR" ] ; then
ARGS="$ARGS -master=$MASTER_PORT_9333_TCP_ADDR:$MASTER_PORT_9333_TCP_PORT"
fi