Update docker-compose.yml

This commit is contained in:
LRVT 2024-10-27 13:04:24 +01:00 committed by GitHub
parent dc840718ff
commit 9935dc0340
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,9 @@ services:
container_name: crowdsec
restart: unless-stopped
expose:
- 8080
- 8080 # http api for bouncers
- 6060 # metrics endpoint for prometheus
- 7422 # appsec waf endpoint
volumes:
# crowdsec container data
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/crowdsec/data:/var/lib/crowdsec/data