Redeploying Wazuh.

This commit is contained in:
2025-01-30 14:38:32 -05:00
parent 91f800b123
commit baa06d3b35
+2 -2
View File
@@ -6691,7 +6691,7 @@ services:
VIRUS_TOTAL_KEY: ${VIRUS_TOTAL_API_KEY} VIRUS_TOTAL_KEY: ${VIRUS_TOTAL_API_KEY}
DOCKER_HOST: tcp://dockerproxy:2375 DOCKER_HOST: tcp://dockerproxy:2375
hostname: wazuh.agent hostname: wazuh.agent
image: opennix/wazuh-agent:latest image: kennyopennix/wazuh-agent:latest
networks: networks:
default: null default: null
restart: unless-stopped restart: unless-stopped
@@ -6778,7 +6778,7 @@ services:
hostname: wazuh-certs-generator hostname: wazuh-certs-generator
volumes: volumes:
- ${DOCKER_VOLUME_CONFIG}/generator/certs/:/certificates/ - ${DOCKER_VOLUME_CONFIG}/generator/certs/:/certificates/
- ./config/certs.yml:/config/certs.yml - ${DOCKER_VOLUME_CONFIG}/generator/certs/certs.yml:/config/certs.yml
environment: environment:
HTTP_PROXY: swag HTTP_PROXY: swag
wazuh.indexer: wazuh.indexer: