Skip to content

Commit 9935dc0

Browse files
authored
Update docker-compose.yml
1 parent dc84071 commit 9935dc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/crowdsec/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ services:
55
container_name: crowdsec
66
restart: unless-stopped
77
expose:
8-
- 8080
8+
- 8080 # http api for bouncers
9+
- 6060 # metrics endpoint for prometheus
10+
- 7422 # appsec waf endpoint
911
volumes:
1012
# crowdsec container data
1113
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/crowdsec/data:/var/lib/crowdsec/data

0 commit comments

Comments
 (0)