bump 4.3.3 version

This commit is contained in:
vcerenu
2022-05-31 10:44:06 -03:00
parent 946e3d6c5c
commit 384ed07584
11 changed files with 25 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ version: '3.7'
services:
wazuh.manager:
image: wazuh/wazuh-manager:4.3.2
image: wazuh/wazuh-manager:4.3.3
hostname: wazuh.manager
restart: always
ports:
@@ -39,7 +39,7 @@ services:
- ./config/wazuh_cluster/wazuh_manager.conf:/wazuh-config-mount/etc/ossec.conf
wazuh.indexer:
image: wazuh/wazuh-indexer:4.3.2
image: wazuh/wazuh-indexer:4.3.3
hostname: wazuh.indexer
restart: always
ports:
@@ -64,8 +64,7 @@ services:
- ./config/wazuh_indexer/internal_users.yml:/usr/share/wazuh-indexer/plugins/opensearch-security/securityconfig/internal_users.yml
wazuh.dashboard:
image: wazuh/wazuh-dashboard:4.3.2
hostname: wazuh.dashboard
image: wazuh/wazuh-dashboard:4.3.23
restart: always
ports:
- 443:5601