Skip to content

Commit

Permalink
change proxy pool docker compose labels
Browse files Browse the repository at this point in the history
  • Loading branch information
algo7 committed Oct 13, 2023
1 parent d0e0481 commit b47d8e0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions proxy_pool/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ services:
labels:
- 'TaskOwner=PROXY'
- 'vpn.region=CH'
- 'vpn.socks.port=8881'
- 'vpn.http.port=8888'
- 'proxy.socks.port=8881'
- 'proxy.http.port=8888'
# Capabilities required to run OpenVPN
cap_add:
- NET_ADMIN
Expand Down Expand Up @@ -40,8 +40,8 @@ services:
labels:
- 'TaskOwner=PROXY'
- 'vpn.region=SE'
- 'vpn.socks.port=8882'
- 'vpn.http.port=8889'
- 'proxy.socks.port=8882'
- 'proxy.http.port=8889'
# Capabilities required to run OpenVPN
cap_add:
- NET_ADMIN
Expand Down Expand Up @@ -75,8 +75,8 @@ services:
labels:
- 'TaskOwner=PROXY'
- 'vpn.region=UK'
- 'vpn.socks.port=8883'
- 'vpn.http.port=8890'
- 'proxy.socks.port=8883'
- 'proxy.http.port=8890'
# Capabilities required to run OpenVPN
cap_add:
- NET_ADMIN
Expand Down Expand Up @@ -110,8 +110,8 @@ services:
labels:
- 'TaskOwner=PROXY'
- 'vpn.region=BE'
- 'vpn.socks.port=8884'
- 'vpn.http.port=8891'
- 'proxy.socks.port=8884'
- 'proxy.http.port=8891'
# Capabilities required to run OpenVPN
cap_add:
- NET_ADMIN
Expand Down

0 comments on commit b47d8e0

Please sign in to comment.