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"