diff --git a/Security_Containers/crowdsec/compose.yaml b/Security_Containers/crowdsec/compose.yaml index 65d3e82..e941b4f 100644 --- a/Security_Containers/crowdsec/compose.yaml +++ b/Security_Containers/crowdsec/compose.yaml @@ -10,11 +10,7 @@ services: volumes: - ./acquis.yaml:/etc/crowdsec/acquis.yaml:ro - ./postoverflows/:/etc/crowdsec/postoverflows/:ro - - /srv/docker/crowdsec/crowdsec-config:/etc/crowdsec/:ro - - /srv/docker/crowdsec/crowdsec-config/config.yaml:/etc/crowdsec/config.yaml:rw - - /srv/docker/crowdsec/crowdsec-config/console.yaml:/etc/crowdsec/console.yaml:rw - - /srv/docker/crowdsec/crowdsec-config/online_api_credentials.yaml:/etc/crowdsec/online_api_credentials.yaml:rw - - /srv/docker/crowdsec/crowdsec-config/local_api_credentials.yaml:/etc/crowdsec/local_api_credentials.yaml:rw + - /srv/docker/crowdsec/crowdsec-config:/etc/crowdsec/:rw - /srv/docker/crowdsec/crowdsec-hub:/etc/crowdsec/hub/:rw - /srv/docker/crowdsec/crowdsec-db:/var/lib/crowdsec/data/ - traefik_traefik-logs:/var/log/traefik/:ro