mirror of https://github.com/samply/bridgehead.git
Updated forward proxy version
This commit is contained in:
parent
f75218fbe4
commit
65c30708b8
|
@ -28,7 +28,7 @@ services:
|
||||||
|
|
||||||
forward_proxy:
|
forward_proxy:
|
||||||
container_name: bridgehead-forward-proxy
|
container_name: bridgehead-forward-proxy
|
||||||
image: ubuntu/squid
|
image: samply/bridgehead-forward-proxy:develop
|
||||||
environment:
|
environment:
|
||||||
http_proxy: ${http_proxy}
|
http_proxy: ${http_proxy}
|
||||||
https_proxy: ${https_proxy}
|
https_proxy: ${https_proxy}
|
||||||
|
|
Loading…
Reference in New Issue