Skip to content

babeuloula/docker-squid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Squid

Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator.

Getting started

Quickstart

docker-compose up -d

Add a user

docker-compose exec squid htpasswd -b /etc/squid/users "LOGIN" "PASSWORD"

Read logs

docker-compose exec squid tail -n 50 -f /var/log/squid/access.log

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published