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
|
restart: unless-stopped
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
|
sysctls:
|
||||||
|
- net.core.rmem_max=2500000
|
||||||
|
- net.core.wmem_max=2500000
|
||||||
networks:
|
networks:
|
||||||
- proxy_network
|
- proxy_network
|
||||||
expose:
|
expose:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue