diff --git a/wazuh/.env b/wazuh/.env index 727b514..21ef95b 100755 --- a/wazuh/.env +++ b/wazuh/.env @@ -1,2 +1,2 @@ -VERSION=4.11.0 -DOCKER_REGISTRY=r.sectorq.eu/library/ \ No newline at end of file +# VERSION=4.12.0 +# DOCKER_REGISTRY=r.sectorq.eu/library/ \ No newline at end of file diff --git a/wazuh/docker-compose.yml b/wazuh/docker-compose.yml index 5c54648..40d5d2b 100755 --- a/wazuh/docker-compose.yml +++ b/wazuh/docker-compose.yml @@ -1,5 +1,5 @@ services: - wazuh.dashboard: + wazuh-dashboard: depends_on: - wazuh.indexer dns: @@ -31,7 +31,7 @@ services: - /share/docker_data/wazuh/config/wazuh_dashboard/wazuh.yml:/usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml - wazuh-dashboard-config:/usr/share/wazuh-dashboard/data/wazuh/config - wazuh-dashboard-custom:/usr/share/wazuh-dashboard/plugins/wazuh/public/assets/custom - wazuh.indexer: + wazuh-indexer: dns: - 192.168.77.101 environment: @@ -63,7 +63,7 @@ services: - /share/docker_data/wazuh/config/wazuh_indexer/roles_mapping.yml:/usr/share/wazuh-indexer/opensearch-security/roles_mapping.yml - /share/docker_data/wazuh/config/wazuh_indexer/config.yml:/usr/share/wazuh-indexer/opensearch-security/config.yml - /share/docker_data/wazuh/config/wazuh_indexer/idp-metadata.xml:/usr/share/wazuh-indexer/opensearch-security/idp-metadata.xml - wazuh.manager: + wazuh-manager: dns: - 192.168.77.101 environment: