1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-05 13:25:02 +02:00
dockerfiles/squid/arm/docker-compose.yml

7 lines
112 B
YAML
Raw Normal View History

2016-04-03 16:06:01 +08:00
squid:
image: easypi/squid-arm
ports:
2020-04-23 15:07:52 +08:00
- "3128:3128/tcp"
- "3130:3130/udp"
restart: unless-stopped