fix: increase UDP buffer sysctls to 64MB for UHD streaming

This commit is contained in:
Kiro 2026-04-07 21:35:08 +02:00
parent 0ff970f110
commit 4edc0cecbd

View file

@ -11,8 +11,8 @@ services:
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
sysctls: sysctls:
- net.core.rmem_max=2500000 - net.core.rmem_max=67108864
- net.core.wmem_max=2500000 - net.core.wmem_max=67108864
networks: networks:
- proxy_network - proxy_network
expose: expose: