Volsatik

Untitled

Jan 21st, 2026
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. services:
  2. squid:
  3. image: ubuntu/squid:latest
  4. container_name: squid-oc
  5. restart: unless-stopped
  6. ports:
  7. - "8888:3128"
  8. volumes:
  9. - ./squid.conf:/etc/squid/squid.conf:ro
  10. - ./passwords:/etc/squid/passwords:ro
  11. - squid_cache:/var/spool/squid
  12. - squid_logs:/var/log/squid
  13.  
  14. volumes:
  15. squid_cache:
  16. squid_logs:
Advertisement
Add Comment
Please, Sign In to add comment