From ef5dc54e78b877d4f05f13de55e38cd01882c788 Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Fri, 23 Oct 2020 19:33:41 +0200 Subject: [PATCH] Add ODFE tag --- docker-compose.yml | 4 ++-- production-cluster.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5bf938bb..cf47f224 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: '3.7' services: wazuh: - image: wazuh/wazuh-odfe:4.0.0 + image: wazuh/wazuh-odfe:4.0.0_1.10.1 hostname: wazuh-manager restart: always ports: @@ -50,7 +50,7 @@ services: hard: 65536 kibana: - image: wazuh/wazuh-kibana-odfe:4.0.0 + image: wazuh/wazuh-kibana-odfe:4.0.0_1.10.1 hostname: kibana restart: always ports: diff --git a/production-cluster.yml b/production-cluster.yml index 6b537301..f22516ef 100644 --- a/production-cluster.yml +++ b/production-cluster.yml @@ -3,7 +3,7 @@ version: '3.7' services: wazuh-master: - image: wazuh/wazuh-odfe:4.0.0 + image: wazuh/wazuh-odfe:4.0.0_1.10.1 hostname: wazuh-master restart: always ports: @@ -38,7 +38,7 @@ services: - ./production_cluster/wazuh_cluster/wazuh_manager.conf:/wazuh-config-mount/etc/ossec.conf wazuh-worker: - image: wazuh/wazuh-odfe:4.0.0 + image: wazuh/wazuh-odfe:4.0.0_1.10.1 hostname: wazuh-worker restart: always environment: @@ -132,7 +132,7 @@ services: - ./production_cluster/elastic_opendistro/internal_users.yml:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml kibana: - image: wazuh/wazuh-kibana-odfe:4.0.0 + image: wazuh/wazuh-kibana-odfe:4.0.0_1.10.1 hostname: kibana restart: always ports: