1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 01:08:37 +00:00
dockerfiles/squid/arm/docker-compose.yml
2020-04-23 15:19:28 +08:00

7 lines
112 B
YAML

squid:
image: easypi/squid-arm
ports:
- "3128:3128/tcp"
- "3130:3130/udp"
restart: unless-stopped