1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-29 18:21:24 +00:00
dockerfiles/squid/arm/docker-compose.yml
2016-04-03 16:06:01 +08:00

14 lines
219 B
YAML

squid:
image: easypi/squid-arm
ports:
- "3128:3128"
- "3130:3130"
volumes:
- ./squid.conf:/etc/squid/squid.conf
net: host
ulimits:
nofile:
soft: 65535
hard: 65535
restart: always