mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-03 11:34:57 +01:00
fix port
This commit is contained in:
@@ -18,8 +18,6 @@ ENV RUN_MODE server
|
||||
ENV LISTEN_ADDR 0.0.0.0
|
||||
ENV LISTEN_PORT 4911
|
||||
|
||||
EXPOSE $LISTEN_PORT
|
||||
|
||||
CMD obfsproxy --log-min-severity=$LOG_MIN_SEVERITY --data-dir=$DATA_DIR \
|
||||
scramblesuit --password=$PASSWORD --dest=$DEST_ADDR:$DEST_PORT \
|
||||
$RUN_MODE $LISTEN_ADDR:$LISTEN_PORT
|
||||
|
||||
Reference in New Issue
Block a user