From 535e996ecb0ab996b70479f749f0a2dabb46cc94 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 14 May 2026 03:30:41 +0000 Subject: [PATCH] Update Security_Containers/crowdsec/compose.yaml --- Security_Containers/crowdsec/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Security_Containers/crowdsec/compose.yaml b/Security_Containers/crowdsec/compose.yaml index 6910cd9..597342c 100644 --- a/Security_Containers/crowdsec/compose.yaml +++ b/Security_Containers/crowdsec/compose.yaml @@ -11,6 +11,7 @@ services: - ./acquis.yaml:/etc/crowdsec/acquis.yaml:ro - /srv/docker/crowdsec/crowdsec-db:/var/lib/crowdsec/data/ - /srv/docker/crowdsec/crowdsec-config:/etc/crowdsec/:ro + - /srv/docker/crowdsec/crowdsec-config/config.yaml:/etc/crowdsec/config.yaml:rw - /srv/docker/crowdsec/crowdsec-config/online_api_credentials.yaml:/etc/crowdsec/online_api_credentials.yaml:rw - /srv/docker/crowdsec/crowdsec-config/local_api_credentials.yaml:/etc/crowdsec/local_api_credentials.yaml:rw - traefik_traefik-logs:/var/log/traefik/:ro