mirror of
				https://github.com/b4tman/docker-squid.git
				synced 2025-11-04 02:58:26 +00:00 
			
		
		
		
	
			
				
					
						
					
					79c4b13210b5a8e95eb6d6ba7173903666199720
				
			
			
		
	Bumps [actions/stale](https://github.com/actions/stale) from 3 to 4. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
docker-squid
Docker Squid container based on Alpine Linux.
Automated builds of the image are available on:
- DockerHub:
 - Github:
 
Quick Start
Just launch container:
docker run -p 3128:3128 b4tman/squid
or use docker-compose:
wget https://raw.githubusercontent.com/b4tman/docker-squid/master/docker-compose.yml
docker-compose up
Configuration
Environment variables:
- SQUID_CONFIG_FILE: Specify the configuration file for squid. Defaults to 
/etc/squid/squid.conf. 
Example:
docker run -p 3128:3128 \
	--env='SQUID_CONFIG_FILE=/etc/squid/my-squid.conf' \
	--volume=/srv/docker/squid/squid.conf:/etc/squid/my-squid.conf:ro \
	b4tman/squid
This will start a squid container with your config file /srv/docker/squid/squid.conf.
					Languages
				
				
								
								
									Dockerfile
								
								85.3%
							
						
							
								
								
									Shell
								
								14.7%