Update Dockerfile

This commit is contained in:
Sah 2015-01-04 10:19:17 +08:00
parent dc9db195ed
commit 721d80a148

View file

@ -32,4 +32,5 @@ VOLUME ["$CONF"]
ENV PORT 8388
EXPOSE $PORT
CMD ssserver -c $CONF -p $PORT
# Override the host and port in the config file.
CMD ssserver --fast-open -c $CONF -s 0.0.0.0 -p $PORT