Hello,
I am having the same exact issue on my Synology DS920+.
I have already tried to git the clone multiple times already but with no success:
Error response from daemon: Bind mount failed: '/root/wazuh-docker/single-node/config/wazuh_indexer_ssl_certs' does not exists
Output of generate-indexer-certs.yml:
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
version: '3'
services:
generator:
image: wazuh/wazuh-certs-generator:0.0.1
hostname: wazuh-certs-generator
volumes:
- ./config/wazuh_indexer_ssl_certs/:/certificates/
- ./config/certs.yml:/config/certs.yml
at the beginning, when I ran the generate command I got the following output:
[+] Running 1/1
⠿ Network single-node_default Created 0.4s
[+] Running 5/5
⠿ generator Pulled 10.0s
⠿ edaedc954fb5 Pull complete 4.4s
⠿ 573f4d11a520 Pull complete 7.3s
⠿ 8f200922197d Pull complete 7.5s
⠿ 55a86de68c5c Pull complete 7.6s
But now if I try to run it again I just get the error I shared above and nothing else.
I am running these docker commands on the host (Synology)
Any help is appreciated! Let me know if you need me to test anything or if you need any other output.
Regards,