Updated forward proxy version

This commit is contained in:
Patrick Skowronek 2022-06-13 12:40:41 +02:00
parent f75218fbe4
commit 65c30708b8
1 changed files with 1 additions and 1 deletions

View File

@ -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}