From 3346690e7e54ffbdc97161d7e3e704e0492082f9 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 12 May 2026 23:08:23 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/compose.yaml --- Proxy_Containers/traefik/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Proxy_Containers/traefik/compose.yaml b/Proxy_Containers/traefik/compose.yaml index 1535a66..45d9a55 100644 --- a/Proxy_Containers/traefik/compose.yaml +++ b/Proxy_Containers/traefik/compose.yaml @@ -4,6 +4,8 @@ services: container_name: traefik command: - "--providers.docker=true" + security_opt: + - no-new-privileges:true ports: - "80:80" - "443:443"