add ulimit parameter to wazuh manager deploy

This commit is contained in:
vcerenu
2023-07-31 13:16:15 -03:00
parent d4c98491fc
commit 1ff589ccaf

View File

@@ -6,6 +6,13 @@ services:
image: wazuh/wazuh-manager:4.5.0
hostname: wazuh.manager
restart: always
ulimits:
memlock:
soft: -1
hard: -1
nofile:
soft: 655360
hard: 655360
ports:
- "1514:1514"
- "1515:1515"