fix: add UDP buffer sysctls to Caddy for streaming stability

This commit is contained in:
Kiro 2026-04-07 21:33:53 +02:00
parent 23af3177e8
commit 0ff970f110

View file

@ -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: