File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# yaml-language-server: $schema=https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json
33services :
44 wazuh.manager :
5- image : wazuh/wazuh-manager:4.14.3
5+ image : wazuh/wazuh-manager:4.14.4
66 hostname : wazuh.manager
77 restart : unless-stopped
88 ulimits :
@@ -45,7 +45,7 @@ services:
4545 - ./config/wazuh_cluster/wazuh_manager.conf:/wazuh-config-mount/etc/ossec.conf
4646
4747 wazuh.indexer :
48- image : wazuh/wazuh-indexer:4.14.3
48+ image : wazuh/wazuh-indexer:4.14.4
4949 hostname : wazuh.indexer
5050 restart : unless-stopped
5151 ports :
@@ -73,7 +73,7 @@ services:
7373 # - ./config/wazuh-indexer/roles_mapping.yml:/usr/share/wazuh-indexer/opensearch-security/roles_mapping.yml
7474
7575 wazuh.dashboard :
76- image : wazuh/wazuh-dashboard:4.14.3
76+ image : wazuh/wazuh-dashboard:4.14.4
7777 hostname : wazuh.dashboard
7878 restart : unless-stopped
7979 ports :
You can’t perform that action at this time.
0 commit comments