From 23af3177e8b91b93340a24d1f15c20296fe98f4d Mon Sep 17 00:00:00 2001 From: sascha Date: Tue, 7 Apr 2026 06:46:16 +0200 Subject: [PATCH] fix: remove sysctls from caddy - net.core.* not namespace-safe net.core.rmem_max/wmem_max are not namespaced sysctls and cannot be set in unprivileged containers. These values are already set on the host via sysctl role (64MB) and inherited by containers. --- compose.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index 77259b5..863a70c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,9 +8,6 @@ services: image: caddy container_name: caddy restart: unless-stopped - sysctls: - - net.core.rmem_max=67108864 - - net.core.wmem_max=67108864 extra_hosts: - "host.docker.internal:host-gateway" networks: