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 dc84071 commit 9935dc0Copy full SHA for 9935dc0
examples/crowdsec/docker-compose.yml
@@ -5,7 +5,9 @@ services:
5
container_name: crowdsec
6
restart: unless-stopped
7
expose:
8
- - 8080
+ - 8080 # http api for bouncers
9
+ - 6060 # metrics endpoint for prometheus
10
+ - 7422 # appsec waf endpoint
11
volumes:
12
# crowdsec container data
13
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/crowdsec/data:/var/lib/crowdsec/data
0 commit comments