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