1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-29 13:50:10 +02:00

docker: add the /data/filerdb folder

This commit is contained in:
Chris Lu 2019-03-15 00:54:01 -07:00
parent 5cbe7392a3
commit 43e9dc3cf2

View file

@ -33,7 +33,6 @@ case "$1" in
if [ -n "$MASTER_PORT_9333_TCP_ADDR" ] ; then
ARGS="$ARGS -master=$MASTER_PORT_9333_TCP_ADDR:$MASTER_PORT_9333_TCP_PORT"
fi
mkdir -p /data/filerdb
exec /usr/bin/weed $@ $ARGS
;;