Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: '3.3'
- services:
- squid:
- container_name: squid
- build: ./dockerfiles/ubuntu-squid/
- image: y2kbug/squid
- volumes:
- - type: bind
- source: ./
- target: /etc/squid/
- - type: bind
- source: /var/log/squid3
- target: /var/log/squid3
- ports:
- - 3128:3128
- - 3129:3129
- working_dir: /etc/squid/
- entrypoint: "service squid start"
- command: ["python3", "-u", "dummy.py"]
- restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement