2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 12:05:02 +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

@@ -30,12 +30,12 @@ server:
ports:
- "80"
environment:
- "MODE=server"
- "SERVER_IP=0.0.0.0"
- "SERVER_PORT=80"
- "PROXY_IP=www.google.com"
- "PROXY_PORT=80"
- "KEY=CB2FBA2BC70490526E749E01BB050F6B555964290DFF58CF24785B4A093F7B18"
- MODE=server
- SERVER_IP=0.0.0.0
- SERVER_PORT=80
- PROXY_IP=www.google.com
- PROXY_PORT=80
- KEY=CB2FBA2BC70490526E749E01BB050F6B555964290DFF58CF24785B4A093F7B18
client:
image: vimagick/fteproxy
@@ -44,12 +44,12 @@ client:
links:
- server
environment:
- "MODE=client"
- "SERVER_IP=server"
- "SERVER_PORT=80"
- "CLIENT_IP=0.0.0.0"
- "CLIENT_PORT=80"
- "KEY=CB2FBA2BC70490526E749E01BB050F6B555964290DFF58CF24785B4A093F7B18"
- MODE=client
- SERVER_IP=server
- SERVER_PORT=80
- CLIENT_IP=0.0.0.0
- CLIENT_PORT=80
- KEY=CB2FBA2BC70490526E749E01BB050F6B555964290DFF58CF24785B4A093F7B18
```
> To generate random key: