Merge pull request #914 from wazuh/6282-add-notes-about

Modify ulimit
This commit is contained in:
Gonzalo Acuña
2023-08-01 12:01:13 -03:00
committed by GitHub
2 changed files with 21 additions and 0 deletions
+14
View File
@@ -6,6 +6,13 @@ services:
image: wazuh/wazuh-manager:4.5.0
hostname: wazuh.master
restart: always
ulimits:
memlock:
soft: -1
hard: -1
nofile:
soft: 655360
hard: 655360
ports:
- "1515:1515"
- "514:514/udp"
@@ -41,6 +48,13 @@ services:
image: wazuh/wazuh-manager:4.5.0
hostname: wazuh.worker
restart: always
ulimits:
memlock:
soft: -1
hard: -1
nofile:
soft: 655360
hard: 655360
environment:
- INDEXER_URL=https://wazuh1.indexer:9200
- INDEXER_USERNAME=admin
+7
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"