diff --git a/wazuh/docker-compose.yml b/wazuh/docker-compose.yml index 3ab4fcd..5c54648 100755 --- a/wazuh/docker-compose.yml +++ b/wazuh/docker-compose.yml @@ -13,7 +13,7 @@ services: - API_USERNAME=wazuh-wui - API_PASSWORD=MyS3cr37P450r.*- hostname: wazuh.dashboard - image: ${DOCKER_REGISTRY:-}wazuh/wazuh-dashboard:${VERSION:-4.10.1} + image: ${DOCKER_REGISTRY:-}wazuh/wazuh-dashboard:${VERSION:-4.12.0} labels: wud.watch: 'true' wud.watch.digest: 'true' @@ -37,7 +37,7 @@ services: environment: - OPENSEARCH_JAVA_OPTS=-Xms1g -Xmx1g hostname: wazuh.indexer - image: ${DOCKER_REGISTRY:-}wazuh/wazuh-indexer:${VERSION:-4.10.1} + image: ${DOCKER_REGISTRY:-}wazuh/wazuh-indexer:${VERSION:-4.12.0} labels: wud.watch: 'true' wud.watch.digest: 'true' @@ -77,7 +77,7 @@ services: - API_USERNAME=wazuh-wui - API_PASSWORD=MyS3cr37P450r.*- hostname: wazuh.manager - image: ${DOCKER_REGISTRY:-}wazuh/wazuh-manager:${VERSION:-4.10.1} + image: ${DOCKER_REGISTRY:-}wazuh/wazuh-manager:${VERSION:-4.12.0} labels: com.centurylinklabs.watchtower.enable: 'true' homepage.container: wazuh-wazuh.manager-1 @@ -133,4 +133,4 @@ volumes: wazuh_logs: null wazuh_queue: null wazuh_var_multigroups: null - wazuh_wodles: null + wazuh_wodles: null \ No newline at end of file