mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 16:03:38 +00:00
fix stream/allow editing modsec conf/readme changes/dep updates
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
13
compose.crowdsec.yaml
Normal file
13
compose.crowdsec.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
crowdsec:
|
||||
container_name: crowdsec
|
||||
image: crowdsecurity/crowdsec
|
||||
restart: always
|
||||
network_mode: bridge
|
||||
ports:
|
||||
- "127.0.0.1:8080:8080"
|
||||
environment:
|
||||
- "TZ=Europe/Berlin"
|
||||
volumes:
|
||||
- "/opt/crowdsec/conf:/etc/crowdsec"
|
||||
- "/opt/crowdsec/data:/var/lib/crowdsec/data"
|
Reference in New Issue
Block a user