2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-02 19:17:33 +01:00

update fteproxy

This commit is contained in:
kev
2017-09-02 13:45:27 +08:00
parent 77ab5b5c20
commit cd4ef26ed8
2 changed files with 15 additions and 15 deletions

View File

@@ -3,12 +3,12 @@ master:
ports:
- "4911:4911"
external_links:
- openvpn_server_1:server
- openvpn_server_1:openvpn
environment:
- MODE=server
- SERVER_IP=0.0.0.0
- SERVER_PORT=4911
- PROXY_IP=server
- PROXY_IP=openvpn
- PROXY_PORT=1194
- KEY=66754b8113ea7a218b7613f73f7e13b1e91790216f659b5f78b903b34c654741
restart: always
@@ -19,7 +19,7 @@ bridge:
- "1194:1194"
environment:
- MODE=client
- SERVER_IP=vpn.easypi.info
- SERVER_IP=openvpn.easypi.pro
- SERVER_PORT=4911
- CLIENT_IP=0.0.0.0
- CLIENT_PORT=1194