Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wazuh docker deployment issues #1328

Open
omar-timo08 opened this issue Apr 30, 2024 · 1 comment
Open

wazuh docker deployment issues #1328

omar-timo08 opened this issue Apr 30, 2024 · 1 comment
Assignees

Comments

@omar-timo08
Copy link

Hello all! i have a probleme in my wazuh docker-compose.yml i started by the documentation wazuh https://documentation.wazuh.com/current/deployment-options/docker/wazuh-container.html wazuh docker deployement single-node it works correctly but i want to mount the files in /data/wazuh and don't use /config and also i copied the /config files in /data/wazuh/config and the wazuh_indexer_ssl_certificate in my /data/wazuh/wazuh_indexer_ssl_certificate this my docker-compose looks like , but after docker-compose up the dasboard refuse connected to indexer , otherwise when i work with single-node in github it works what i can do ?
a
b
c
d
e
f

@vcerenu vcerenu self-assigned this May 27, 2024
@vcerenu
Copy link
Member

vcerenu commented May 27, 2024

Hello @omar-timo08

I see that at the beginning of the cluster you have some orphan containers, I ask you if you can stop all the related containers before starting and clean the directories where they are saving the data.
Normally we use Docker volumes instead of bind mounts because they are more versatile for the tasks that containers perform, check if it is possible to use these, you can mount your fs on the directory in which Docker creates the volumes.
After that, start the cluster with docker-compose up -d and I ask you if you can send me the result of the docker logs command for the Wazuh indexer container that you are deploying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants