example-docker-compose icon indicating copy to clipboard operation
example-docker-compose copied to clipboard

Update docker-compose.yml to fix problem with volumes, configuration directory, and aquis.yaml file

Open bhugh opened this issue 6 months ago • 0 comments

Volumes in docker should be directory rather than a specific directory/filename (as it is in the current version: /etc/crowdsec/aquis.yaml rather than simply /etc/crowdsec).

After the change, the compose.yml file seems to work and all config files are in place in ./crowdsec (local) and /etc/crowdsec (within container)

bhugh avatar Jun 14 '25 12:06 bhugh