1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
This commit is contained in:
kev 2015-05-01 17:49:42 +08:00
parent e9bc94e5a3
commit 5e358d990c

@ -68,14 +68,14 @@ The following example shows us how to make a OpenVPN relay:
obfsproxy: obfsproxy:
image: vimagick/obfsproxy:latest image: vimagick/obfsproxy:latest
ports: ports:
- "1149:1149/tcp" - "1194:1194/tcp"
environment: environment:
- PASSWORD=J23TNHPJPAOQJLTCPLFD4CQYVFY6MEVP - PASSWORD=J23TNHPJPAOQJLTCPLFD4CQYVFY6MEVP
- DEST_HOST=vpn.datageek.info - DEST_HOST=vpn.datageek.info
- DEST_PORT=4911 - DEST_PORT=4911
- RUN_MODE=client - RUN_MODE=client
- LISTEN_ADDR=0.0.0.0 - LISTEN_ADDR=0.0.0.0
- LISTEN_PORT=1149 - LISTEN_PORT=1194
restart: always restart: always
``` ```