mirror of
				https://github.com/b4tman/docker-squid.git
				synced 2025-11-03 18:48:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			278 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			278 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: '2'
 | 
						|
services:
 | 
						|
  squid:
 | 
						|
    image: 'b4tman/squid'
 | 
						|
    container_name: 'my-squid'
 | 
						|
    restart: always
 | 
						|
    ports:
 | 
						|
      - '3128:3128'
 | 
						|
#    environment:
 | 
						|
#      SQUID_CONFIG_FILE: /etc/squid/my-squid.conf
 | 
						|
#    volumes:
 | 
						|
#      - './my-squid.conf:/etc/squid/my-squid.conf:ro'
 |