sda
This commit is contained in:
parent
39046389a5
commit
5c8941d4fc
2 changed files with 40 additions and 2 deletions
12
crowdsec.yaml
Normal file
12
crowdsec.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
version: "3.8"
|
||||
services:
|
||||
crowdsec:
|
||||
image: crowdsecurity/crowdsec
|
||||
container_name: crowdsec
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./crowdsec/config:/etc/crowdsec
|
||||
- ./crowdsec/data:/var/lib/crowdsec/data
|
||||
- /var/log/caddy:/var/log/caddy:ro # Mount Caddy logs
|
||||
environment:
|
||||
- COLLECTIONS=crowdsecurity/http-caddy
|
||||
Loading…
Add table
Add a link
Reference in a new issue