1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:36 +02:00

14 lines
297 B
YAML
Raw Normal View History

2015-04-30 17:53:02 +08:00
obfsproxy:
image: vimagick/obfsproxy:latest
ports:
- "4911:4911"
2015-04-30 18:32:52 +08:00
external_links:
2015-04-30 17:53:02 +08:00
- openvpn_server_1:openvpn
environment:
- PASSWORD=J23TNHPJPAOQJLTCPLFD4CQYVFY6MEVP
- DEST_HOST=openvpn
- DEST_PORT=1194
- LISTEN_ADDR=0.0.0.0
- LISTEN_PORT=4911
restart: always