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

14 lines
219 B
YAML
Raw Normal View History

2016-04-03 10:06:01 +02:00
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