1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00
This commit is contained in:
kev 2015-05-01 17:49:42 +08:00
parent e9bc94e5a3
commit 5e358d990c

View File

@ -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
```