1
0
Fork 0
mirror of synced 2024-06-27 18:50:47 +12:00

Increase Traefik files limits

This commit is contained in:
Jake Barnby 2022-11-10 20:01:18 +13:00
parent d3ea95b60e
commit def7fb71f1
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -35,8 +35,8 @@ services:
- 9500:8080
ulimits:
nofile:
soft: 65535
hard: 65535
soft: 655350
hard: 655350
sysctls:
- net.core.somaxconn=1024
- net.ipv4.tcp_rmem=1024 4096 16384