From a7e0d90ebdf5939c8bf3a259779a9275dbb53b07 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 30 Jan 2025 15:09:35 -0500 Subject: [PATCH] Redeploying Wazuh. --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8a73f90c..226f6420 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6754,12 +6754,12 @@ services: type: bind bind: create_host_path: true - - source: ${DOCKER_VOLUME_CONFIG}/wazuh/indexer/config/opensearch_dashboards.yml + - source: ${DOCKER_VOLUME_CONFIG}/wazuh/dashboard/config/opensearch_dashboards.yml target: /usr/share/wazuh-dashboard/config/opensearch_dashboards.yml type: bind bind: create_host_path: true - - source: ${DOCKER_VOLUME_CONFIG}/wazuh/indexer/config/wazuh.yml + - source: ${DOCKER_VOLUME_CONFIG}/wazuh/dashboard/config/wazuh.yml target: /usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml type: bind bind: