9 lines
221 B
YAML
9 lines
221 B
YAML
services:
|
|
squid:
|
|
image: ubuntu/squid
|
|
network_mode: host
|
|
volumes:
|
|
- ./squid.conf:/etc/squid/squid.conf:ro
|
|
- ./passwd:/etc/squid/passwd:ro
|
|
restart: unless-stopped
|