mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
11 lines
153 B
YAML
11 lines
153 B
YAML
squid:
|
|
image: vimagick/squid
|
|
ports:
|
|
- "3128:3128"
|
|
- "3130:3130"
|
|
ulimits:
|
|
nofile:
|
|
soft: 65535
|
|
hard: 65535
|
|
restart: always
|