Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added clarifications in the Docker multi-node deployment #6555

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/deployment-options/docker/wazuh-container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ Setting a new hash
Setting the new password
........................

#. Open the ``docker-compose.yml`` file. Change all occurrences of the old password with the new one.
#. Open the ``docker-compose.yml`` file. Change all occurrences of the old password with the new one. For example, for a single-node deployment:

- ``admin`` user

Expand Down Expand Up @@ -382,7 +382,7 @@ Applying the changes

# docker-compose up -d

#. Run ``docker ps`` and note the name of the Wazuh indexer container. For example, ``single-node-wazuh.indexer-1``.
#. Run ``docker ps`` and note the name of the first Wazuh indexer container. For example, ``single-node-wazuh.indexer-1``, or ``multi-node-wazuh.indexer-1``.

#. Run ``docker exec -it <WAZUH_INDEXER_CONTAINER_NAME> bash`` to enter the container. For example:

Expand Down