mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-03-01 11:28:43 +00:00
Update docker-compose.yml
This commit is contained in:
parent
dc840718ff
commit
9935dc0340
@ -5,7 +5,9 @@ services:
|
|||||||
container_name: crowdsec
|
container_name: crowdsec
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
expose:
|
expose:
|
||||||
- 8080
|
- 8080 # http api for bouncers
|
||||||
|
- 6060 # metrics endpoint for prometheus
|
||||||
|
- 7422 # appsec waf endpoint
|
||||||
volumes:
|
volumes:
|
||||||
# crowdsec container data
|
# crowdsec container data
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/crowdsec/data:/var/lib/crowdsec/data
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/crowdsec/data:/var/lib/crowdsec/data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user