From 80a0fbd9ddbd5fc329b9951bf4023f63b5c1504c Mon Sep 17 00:00:00 2001 From: chriswin Date: Tue, 13 Jan 2026 23:47:19 +0100 Subject: [PATCH] crowdsec config --- services/crowdsec/config/config.yaml | 2 +- services/crowdsec/crowdsec.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/services/crowdsec/config/config.yaml b/services/crowdsec/config/config.yaml index 4e5c3d5..d6fcbfe 100644 --- a/services/crowdsec/config/config.yaml +++ b/services/crowdsec/config/config.yaml @@ -42,7 +42,7 @@ api: - 127.0.0.1 - ::1 online_client: # Central API credentials (to push signals and receive bad IPs) - credentials_path: /etc/crowdsec//online_api_credentials.yaml + credentials_path: /etc/crowdsec/online_api_credentials.yaml enable: true prometheus: enabled: true diff --git a/services/crowdsec/crowdsec.yml b/services/crowdsec/crowdsec.yml index a76c254..c39e68d 100644 --- a/services/crowdsec/crowdsec.yml +++ b/services/crowdsec/crowdsec.yml @@ -16,6 +16,7 @@ services: - ip4net volumes: - ${SERVICE_PATH}/crowdsec/config/acquis.yaml:/etc/crowdsec/acquis.yaml:ro + - ${SERVICE_PATH}/crowdsec/config/config.yaml:/etc/crowdsec/config.yaml - ${SERVICE_PATH}/crowdsec/config:/etc/crowdsec - ${SERVICE_PATH}/crowdsec/data:/var/lib/crowdsec/data - /var/log/traefik:/var/log/crowdsec:ro