fix: add UDP buffer sysctls to Caddy for streaming stability
This commit is contained in:
parent
23af3177e8
commit
0ff970f110
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ services:
|
|||
restart: unless-stopped
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
sysctls:
|
||||
- net.core.rmem_max=2500000
|
||||
- net.core.wmem_max=2500000
|
||||
networks:
|
||||
- proxy_network
|
||||
expose:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue