From baa06d3b35a942acb99ccb64199ac55342331677 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 30 Jan 2025 14:38:32 -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 8a6c6241..74bd7ca5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6691,7 +6691,7 @@ services: VIRUS_TOTAL_KEY: ${VIRUS_TOTAL_API_KEY} DOCKER_HOST: tcp://dockerproxy:2375 hostname: wazuh.agent - image: opennix/wazuh-agent:latest + image: kennyopennix/wazuh-agent:latest networks: default: null restart: unless-stopped @@ -6778,7 +6778,7 @@ services: hostname: wazuh-certs-generator volumes: - ${DOCKER_VOLUME_CONFIG}/generator/certs/:/certificates/ - - ./config/certs.yml:/config/certs.yml + - ${DOCKER_VOLUME_CONFIG}/generator/certs/certs.yml:/config/certs.yml environment: HTTP_PROXY: swag wazuh.indexer: