mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:34:49 +02:00
14 lines
219 B
YAML
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
|