Update Dockerfile
This commit is contained in:
parent
dc9db195ed
commit
721d80a148
1 changed files with 2 additions and 1 deletions
|
@ -32,4 +32,5 @@ VOLUME ["$CONF"]
|
||||||
ENV PORT 8388
|
ENV PORT 8388
|
||||||
EXPOSE $PORT
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue