From bfeec895f11f20e4fbcc388c02c0b4a3200092ba Mon Sep 17 00:00:00 2001 From: Gabe Date: Fri, 15 May 2026 02:52:57 +0000 Subject: [PATCH] Update Security_Containers/crowdsec/compose.yaml --- Security_Containers/crowdsec/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Security_Containers/crowdsec/compose.yaml b/Security_Containers/crowdsec/compose.yaml index 408c72f..58bd3dd 100644 --- a/Security_Containers/crowdsec/compose.yaml +++ b/Security_Containers/crowdsec/compose.yaml @@ -9,7 +9,7 @@ services: COLLECTIONS: "crowdsecurity/linux crowdsecurity/traefik crowdsecurity/http-cve" volumes: - ./acquis.yaml:/etc/crowdsec/acquis.yaml:ro - - ./postoverflows/:/etc/crowdsec/postoverflows/s01-whitelist/:ro + - ./postoverflows/s01-whitelist/geoip-allow.yaml:/etc/crowdsec/postoverflows/s01-whitelist/: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