refactor: Use Proxy from Site Config
This commit is contained in:
parent
55f4f66328
commit
4c84d65548
|
@ -33,8 +33,8 @@ services:
|
|||
container_name: bridgehead-forward-proxy
|
||||
image: samply/bridgehead-forward-proxy:develop
|
||||
environment:
|
||||
http_proxy: ${http_proxy}
|
||||
https_proxy: ${https_proxy}
|
||||
http_proxy: ${HTTP_PROXY_URL}
|
||||
https_proxy: ${HTTPS_PROXY_URL}
|
||||
volumes:
|
||||
- "bridgehead-proxy:/var/log/squid"
|
||||
|
||||
|
|
Loading…
Reference in New Issue