From 97afcc2ed7bd0b49f8bbf88e1d29eeaa25135992 Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 13 May 2026 18:23:44 +0000 Subject: [PATCH] Update Security_Containers/crowdsec/compose.yaml --- Security_Containers/crowdsec/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Security_Containers/crowdsec/compose.yaml b/Security_Containers/crowdsec/compose.yaml index 33e5b06..bdd5c8b 100644 --- a/Security_Containers/crowdsec/compose.yaml +++ b/Security_Containers/crowdsec/compose.yaml @@ -10,6 +10,8 @@ services: - /srv/docker/crowdsec/crowdsec-db:/var/lib/crowdsec/data/ - /srv/docker/crowdsec/crowdsec-config:/etc/crowdsec/ - traefik_traefik-logs:/var/log/traefik/:ro + labels: + - "traefik.enable=false" networks: - traefik_network restart: unless-stopped