Skip to content

Commit 9fa0520

Browse files
authored
fix: typo
1 parent de23dd0 commit 9fa0520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/crowdsec/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/traefik/logs:/var/log/traefik:ro
1414
- /var/log/auth.log:/var/log/auth.log:ro
1515
environment:
16-
- PGID=1000
16+
- GID=1000
1717
- BOUNCER_KEY_TRAEFIK=${CROWDSEC-BOUNCER-API-TOKEN:-FIXME-LAPI-KEY}
1818
- COLLECTIONS=crowdsecurity/traefik crowdsecurity/http-cve crowdsecurity/appsec-generic-rules crowdsecurity/appsec-virtual-patching
1919
#networks:

0 commit comments

Comments
 (0)