diff --git a/Security_Containers/crowdsec/compose.yaml b/Security_Containers/crowdsec/compose.yaml index 5c391c6..e4e30f1 100644 --- a/Security_Containers/crowdsec/compose.yaml +++ b/Security_Containers/crowdsec/compose.yaml @@ -6,7 +6,7 @@ services: - no-new-privileges:true environment: GID: "${GID-1000}" - COLLECTIONS: "crowdsecurity/linux crowdsecurity/traefik crowdsecurity/http-cve crowdsecurity/whitelist-good-actors" + COLLECTIONS: "crowdsecurity/linux crowdsecurity/traefik crowdsecurity/http-cve crowdsecurity/whitelist-good-actors crowdsecurity/appsec-virtual-patching crowdsecurity/appsec-generic-rules" volumes: - ./acquis.yaml:/etc/crowdsec/acquis.yaml:ro - ./postoverflows/:/etc/crowdsec/postoverflows/:ro