Merge pull request #936 from wazuh/merge-4.5.2-into-4.6.0

Merge `4.5.2` into `4.6.0`
This commit is contained in:
David Correa Rodríguez
2023-08-11 12:39:39 +02:00
committed by GitHub
7 changed files with 29 additions and 17 deletions
+7
View File
@@ -6,6 +6,13 @@ services:
image: wazuh/wazuh-manager:4.6.0
hostname: wazuh.manager
restart: always
ulimits:
memlock:
soft: -1
hard: -1
nofile:
soft: 655360
hard: 655360
ports:
- "1514:1514"
- "1515:1515"