Wazuh docker deployment unexpected behaviour – Ubuntu
I am attempting to deploy a Wazuh docker container in an Ubuntu EC2 instance using the following steps (docker and docker compose are installed). git -c http.proxy="http://tstark:[email protected]:8888" clone https://github.com/wazuh/wazuh-docker.git -b v4.3.10 --depth=1 docker-compose -f generate-indexer-certs.yml run --rm generator docker-compose up…