refactor: Use Proxy from Site Config
This commit is contained in:
		@@ -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"
 | 
			
		||||
    
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user