1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/squid/arm/docker-compose.yml

7 lines
112 B
YAML
Raw Normal View History

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