From c30fb6ae6f7543ba7776ca0c3ac59eb86e3447ed Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 12 May 2026 22:56:22 +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 9aaaddb..008a133 100644 --- a/Security_Containers/crowdsec/compose.yaml +++ b/Security_Containers/crowdsec/compose.yaml @@ -6,7 +6,7 @@ services: GID: "${GID-1000}" COLLECTIONS: "crowdsecurity/linux crowdsecurity/traefik" volumes: - - /srv/docker/crowdsec/config/acquis.yaml:/etc/crowdsec/acquis.yaml + - ./acquis.yaml:/etc/crowdsec/acquis.yaml - /srv/docker/crowdsec/crowdsec-db:/var/lib/crowdsec/data/ - /srv/docker/crowdsec/crowdsec-config:/etc/crowdsec/ - traefik_traefik-logs:/var/log/traefik/:ro