Skip to content

Commit 32b7ccd

Browse files
authored
chore: add missing collections
1 parent 390c1eb commit 32b7ccd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

examples/crowdsec/docker-compose.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ services:
1515
environment:
1616
- PGID=1000
1717
- BOUNCER_KEY_TRAEFIK=$CROWDSEC-BOUNCER-API-TOKEN
18-
networks:
19-
- proxy
18+
- COLLECTIONS=crowdsecurity/traefik crowdsecurity/http-cve crowdsecurity/appsec-generic-rules crowdsecurity/appsec-virtual-patching
19+
#networks:
20+
# - proxy
2021

21-
networks:
22-
proxy:
23-
external: true
22+
#networks:
23+
# proxy:
24+
# external: true

0 commit comments

Comments
 (0)