mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-12-11 03:35:35 -06:00
495 B
495 B
Wazuh Docker deployment
Deploy Wazuh agent
- Enter the
wazuh-agentdirectory of the repository.
$ cd wazuh-agent
- Edit the
docker-compose.ymlfile, changing the current value of theWAZUH_MANAGER_SERVERvariable to the IP or URL of the Wazuh manager:
environment:
- WAZUH_MANAGER_SERVER=<WAZUH_MANAGER_IP>
- Start the environment with docker-compose:
- In the foregroud:
$ docker-compose up
- In the background:
$ docker-compose up -d