feat: bump main

This commit is contained in:
wazuhci
2026-07-10 12:36:05 +00:00
parent a153c6fd7b
commit 1176edb859
28 changed files with 90 additions and 72 deletions
@@ -1,6 +1,6 @@
# Reference Manual - Deployment
This section provides detailed instructions for deploying Wazuh-Docker (version 5.0.1) in various configurations. Choose the deployment model that best suits your needs, from simple single-node setups for testing to more robust multi-node configurations for production environments.
This section provides detailed instructions for deploying Wazuh-Docker (version 5.1.0) in various configurations. Choose the deployment model that best suits your needs, from simple single-node setups for testing to more robust multi-node configurations for production environments.
## Overview of Deployment Options
@@ -24,11 +24,11 @@ Ensure you have:
- Met all the [System Requirements](../requirements.md).
- Installed Docker and Docker Compose on your host(s).
- Cloned the `wazuh-docker` repository (version `5.0.1`) or downloaded the necessary deployment files.
- Cloned the `wazuh-docker` repository (version `5.1.0`) or downloaded the necessary deployment files.
```bash
git clone https://github.com/wazuh/wazuh-docker.git
cd wazuh-docker
git checkout v5.0.1
git checkout v5.1.0
```
- Made a backup of any existing Wazuh data if you are migrating or upgrading.