1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +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:
image: vimagick/obfsproxy:latest
ports:
- "1149:1149/tcp"
- "1194:1194/tcp"
environment:
- PASSWORD=J23TNHPJPAOQJLTCPLFD4CQYVFY6MEVP
- DEST_HOST=vpn.datageek.info
- DEST_PORT=4911
- RUN_MODE=client
- LISTEN_ADDR=0.0.0.0
- LISTEN_PORT=1149
- LISTEN_PORT=1194
restart: always
```