This commit is contained in:
parent
a35dc12ba8
commit
86e52be5e1
@ -5,6 +5,10 @@ services:
|
|||||||
traefik:
|
traefik:
|
||||||
image: traefik:v2.7
|
image: traefik:v2.7
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
|
ulimits:
|
||||||
|
nofile:
|
||||||
|
soft: 4000
|
||||||
|
hard: 15000
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "443:443"
|
- "443:443"
|
||||||
|
Loading…
Reference in New Issue
Block a user