version: "3.3" services: squid: image: fredbcode/squid:latest ports: - 3128-3150:3128 environment: - TZ=Europe/Paris # Sup - supgethosts=https://www.google.com https://www.facebook.com https://www.orange.fr https://www.free.fr - supicaphost=e2guardian - supicapport=1344 - autoreload=/etc/squid volumes: - ./squid:/etc/squid logging: options: max-size: "100m" max-file: "3" volumes: - cache:/var/spool/squid volumes: cache: