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