Skip to content

Commit 7953b99

Browse files
committed
update wazuh-container.rst
1 parent 664d5f9 commit 7953b99

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

source/deployment-options/docker/wazuh-container.rst

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ You must provide certificates for each node to secure communication between them
168168
#. **Optional**: Add the following to the ``generate-indexer-certs.yml`` file if your system uses a proxy. If not, skip this step. Replace ``<YOUR_PROXY_ADDRESS_OR_DNS>`` with your proxy information.
169169

170170
.. code-block:: yaml
171+
:emphasize-lines: 9,10
171172
172173
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
173174
services:
@@ -306,6 +307,7 @@ You must provide certificates for each node to secure communication between them
306307
#. **Optional**: Add the following to the ``generate-indexer-certs.yml`` file if your system uses a proxy. If not, skip this step. Replace ``<YOUR_PROXY_ADDRESS_OR_DNS>`` with your proxy information.
307308

308309
.. code-block:: yaml
310+
:emphasize-lines: 9,10
309311
310312
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
311313
services:
@@ -365,7 +367,7 @@ Deployment
365367

366368
.. group-tab:: Background
367369

368-
.. code-block:: console
370+
.. code-block:: console
369371
370372
# docker compose up -d
371373
@@ -432,7 +434,7 @@ Follow these steps to deploy the Wazuh agent using Docker.
432434
#. Edit the ``docker-compose.yml`` file. Replace ``<YOUR_WAZUH_MANAGER_IP>`` with the IP address of your Wazuh manager. Locate the environment section for the agent service and update it:
433435

434436
.. code-block:: yaml
435-
:emphasize-lines: 7
437+
:emphasize-lines: 6,7
436438
437439
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
438440
services:
@@ -446,16 +448,18 @@ Follow these steps to deploy the Wazuh agent using Docker.
446448
447449
#. Start the Wazuh agent deployment using ``docker compose``:
448450

449-
- **Background**:
451+
.. tabs::
450452

451-
.. code-block:: console
453+
.. group-tab:: Background
452454

453-
# docker compose up -d
455+
.. code-block:: console
454456
455-
- **Foreground**:
457+
# docker compose up -d
456458
457-
.. code-block:: console
459+
.. group-tab:: Foreground
460+
461+
.. code-block:: console
458462
459-
# docker compose up
463+
# docker compose up
460464
461465
#. Verify from your Wazuh dashboard that the Wazuh agent deployment was successful and visible. Navigate to the **Agent management** > **Summary**, and you should see the Wazuh agent container active on your dashboard.

0 commit comments

Comments
 (0)