Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 537 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 537 Bytes

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