Arr-Stack: add proxy env vars
This commit is contained in:
parent
124bb462eb
commit
df30923000
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ services:
|
||||||
- FIREWALL_OUTBOUND_SUBNETS=${FIREWALL_OUTBOUND_SUBNETS}
|
- FIREWALL_OUTBOUND_SUBNETS=${FIREWALL_OUTBOUND_SUBNETS}
|
||||||
- SHADOWSOCKS=${SHADOWSOCKS}
|
- SHADOWSOCKS=${SHADOWSOCKS}
|
||||||
- SHADOWSOCKS_PASSWORD=${SHADOWSOCKS_PASSWORD}
|
- SHADOWSOCKS_PASSWORD=${SHADOWSOCKS_PASSWORD}
|
||||||
|
- HTTPPROXY=${HTTPPROXY} # Enable the internal HTTP proxy
|
||||||
|
- HTTPPROXY_STEALTH=${HTTPPROXY_STEALTH} # Stealth mode means HTTP proxy headers are not added to your requests
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
deluge:
|
deluge:
|
||||||
|
|
Loading…
Reference in a new issue