From 058637a5368e36599ea8abbf089dd2d39e472097 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 14 May 2026 03:27:00 +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 1951199..f9263cc 100644 --- a/Security_Containers/crowdsec/compose.yaml +++ b/Security_Containers/crowdsec/compose.yaml @@ -1,11 +1,11 @@ services: crowdsec: - image: crowdsecurity/crowdsec:v1.6.8 + image: crowdsecurity/crowdsec:latest container_name: crowdsec security_opt: - no-new-privileges:true environment: - GID: "${GID}" + GID: "${GID-1000}" COLLECTIONS: "crowdsecurity/linux crowdsecurity/traefik" volumes: - ./acquis.yaml:/etc/crowdsec/acquis.yaml:ro