File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
source/deployment-options/docker Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ You must provide certificates for each node to secure communication between them
208
208
wazuh-docker/single-node/config/wazuh_indexer_ssl_certs/root-ca.pem
209
209
210
210
Deployment
211
- ^^^^^^^^^^
211
+ ~~~~~~~~~~
212
212
213
213
#. Start the Wazuh Docker deployment using the ``docker compose `` command:
214
214
@@ -233,7 +233,7 @@ Deployment
233
233
234
234
235
235
Accessing the Wazuh dashboard
236
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
236
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
237
237
238
238
After deploying the single-node stack, you can access the Wazuh dashboard using your Docker host's IP address or localhost.
239
239
@@ -346,21 +346,23 @@ You must provide certificates for each node to secure communication between them
346
346
wazuh-docker/multi-node/config/wazuh_indexer_ssl_certs/root-ca.pem
347
347
348
348
Deployment
349
- ^^^^^^^^^^
349
+ ~~~~~~~~~~
350
350
351
351
#. Start the Wazuh Docker deployment using the ``docker compose `` command:
352
352
353
- - **Background **:
353
+ .. tabs ::
354
+
355
+ .. group-tab :: Background
354
356
355
357
.. code-block :: console
356
358
357
- # docker compose up -d
359
+ # docker compose up -d
358
360
359
- - ** Foreground **:
361
+ .. group-tab :: Foreground
360
362
361
- .. code-block :: console
363
+ .. code-block :: console
362
364
363
- # docker compose up
365
+ # docker compose up
364
366
365
367
.. note ::
366
368
@@ -369,7 +371,7 @@ Deployment
369
371
370
372
371
373
Accessing the Wazuh dashboard
372
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
374
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
373
375
374
376
After deploying the multi-node stack, you can access the Wazuh dashboard using your Docker host's IP address or localhost.
375
377
You can’t perform that action at this time.
0 commit comments