We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07beaff commit 9740c4cCopy full SHA for 9740c4c
examples/crowdsec/docker-compose.yml
@@ -14,7 +14,7 @@ services:
14
- /var/log/auth.log:/var/log/auth.log:ro
15
environment:
16
- PGID=1000
17
- - BOUNCER_KEY_TRAEFIK=$CROWDSEC-BOUNCER-API-TOKEN
+ - BOUNCER_KEY_TRAEFIK=${CROWDSEC-BOUNCER-API-TOKEN:-FIXME-LAPI-KEY}
18
- COLLECTIONS=crowdsecurity/traefik crowdsecurity/http-cve crowdsecurity/appsec-generic-rules crowdsecurity/appsec-virtual-patching
19
#networks:
20
# - proxy
0 commit comments