Skip to content

Commit ec121fb

Browse files
committed
move items into group tabs
1 parent 9fe4b0e commit ec121fb

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ You must provide certificates for each node to secure communication between them
208208
wazuh-docker/single-node/config/wazuh_indexer_ssl_certs/root-ca.pem
209209
210210
Deployment
211-
^^^^^^^^^^
211+
~~~~~~~~~~
212212

213213
#. Start the Wazuh Docker deployment using the ``docker compose`` command:
214214

@@ -233,7 +233,7 @@ Deployment
233233

234234

235235
Accessing the Wazuh dashboard
236-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
236+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
237237

238238
After deploying the single-node stack, you can access the Wazuh dashboard using your Docker host's IP address or localhost.
239239

@@ -346,21 +346,23 @@ You must provide certificates for each node to secure communication between them
346346
wazuh-docker/multi-node/config/wazuh_indexer_ssl_certs/root-ca.pem
347347
348348
Deployment
349-
^^^^^^^^^^
349+
~~~~~~~~~~
350350

351351
#. Start the Wazuh Docker deployment using the ``docker compose`` command:
352352

353-
- **Background**:
353+
.. tabs::
354+
355+
.. group-tab:: Background
354356

355357
.. code-block:: console
356358
357-
# docker compose up -d
359+
# docker compose up -d
358360
359-
- **Foreground**:
361+
.. group-tab:: Foreground
360362

361-
.. code-block:: console
363+
.. code-block:: console
362364
363-
# docker compose up
365+
# docker compose up
364366
365367
.. note::
366368

@@ -369,7 +371,7 @@ Deployment
369371

370372

371373
Accessing the Wazuh dashboard
372-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
374+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
373375

374376
After deploying the multi-node stack, you can access the Wazuh dashboard using your Docker host's IP address or localhost.
375377

0 commit comments

Comments
 (0)