mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-02 15:33:32 +00:00
14 lines
323 B
YAML
14 lines
323 B
YAML
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"
|