diff --git a/docs/ref/getting-started/deployment/wazuh-agent.md b/docs/ref/getting-started/deployment/wazuh-agent.md index 718718a3..fbf6da72 100644 --- a/docs/ref/getting-started/deployment/wazuh-agent.md +++ b/docs/ref/getting-started/deployment/wazuh-agent.md @@ -19,9 +19,11 @@ Follow these steps to deploy the Wazuh agent using Docker. # ... environment: - WAZUH_MANAGER_SERVER= + - WAZUH_REGISTRATION_PASSWORD= # ... ``` - **Note:** Replace `` with the actual IP address or hostname of your Wazuh manager. + **Note:** Replaces `` with the actual IP address or hostname of your Wazuh manager. + **Note:** Replaces `` with the password configured in the `/var/wazuh-manager/etc/authd.pass` file of the Wazuh manager server where you will connect. 3. Start the environment using `docker compose`: