Skip to content

Commit

Permalink
add i nenv var for startup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Feb 19, 2024
1 parent 21e823f commit f1eb953
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ docker run -d \
-e SOCKS_PASS=<socks password> \
-e ENABLE_SOCKS=<yes|no> \
-e ENABLE_PRIVOXY=<yes|no> \
-e ENABLE_STARTUP_SCRIPTS=<yes|no> \
-e VPN_INPUT_PORTS=<port number(s)> \
-e VPN_OUTPUT_PORTS=<port number(s)> \
-e DEBUG=<true|false> \
Expand Down Expand Up @@ -82,6 +83,7 @@ docker run -d \
-e SOCKS_PASS=socks \
-e ENABLE_SOCKS=yes \
-e ENABLE_PRIVOXY=yes \
-e ENABLE_STARTUP_SCRIPTS=no \
-e VPN_INPUT_PORTS=1234 \
-e VPN_OUTPUT_PORTS=5678 \
-e DEBUG=false \
Expand Down Expand Up @@ -121,6 +123,7 @@ docker run -d \
-e SOCKS_PASS=socks \
-e ENABLE_SOCKS=yes \
-e ENABLE_PRIVOXY=yes \
-e ENABLE_STARTUP_SCRIPTS=no \
-e VPN_INPUT_PORTS=1234 \
-e VPN_OUTPUT_PORTS=5678 \
-e DEBUG=false \
Expand Down

0 comments on commit f1eb953

Please sign in to comment.