forked from wazuh/wazuh-docker
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