Dear community,
I try to implement Wazuh bei starting the docker container. If I take the default docker-compose.yaml, everthing is fine.
The default docker-compose.yaml defines Volumes, which get created somewhere within the docker folders. I like to have them all at one place. If I change the folder mapping to a different folder in my host, I get some errors in the indexer-, manager- and dashboard-container-logs.
I assume, this is due to folder permssions going wring. (by default, the containers run with non-root privilidges, but some folders get created with root-privilidges). Changing the folder permissions after the first start of the containers does not help.
Can anybody explain, how to change to folders for persisting data?
Thank you very much,
Chris