From 9500fb5b9e41fbac62601255a7d1614bbb7bc943 Mon Sep 17 00:00:00 2001 From: Gabe Date: Fri, 15 May 2026 02:55:53 +0000 Subject: [PATCH] Update Security_Containers/crowdsec/compose.yaml --- Security_Containers/crowdsec/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Security_Containers/crowdsec/compose.yaml b/Security_Containers/crowdsec/compose.yaml index c91643d..1bf512a 100644 --- a/Security_Containers/crowdsec/compose.yaml +++ b/Security_Containers/crowdsec/compose.yaml @@ -9,12 +9,12 @@ services: COLLECTIONS: "crowdsecurity/linux crowdsecurity/traefik crowdsecurity/http-cve" volumes: - ./acquis.yaml:/etc/crowdsec/acquis.yaml:ro - - ./geoip-allow.yaml:/etc/crowdsec/postoverflows/s01-whitelist/geoip-allow.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 + - ./postoverflows/:/etc/crowdsec/postoverflows/:ro + - /srv/docker/crowdsec/crowdsec-db:/var/lib/crowdsec/data/ - traefik_traefik-logs:/var/log/traefik/:ro labels: - "traefik.enable=false"