Update to Wazuh 3.6.1 and Elastic Stack 6.4.1

This commit is contained in:
Jose Luis Ruiz
2018-09-29 09:01:06 -10:00
parent f308ddcaab
commit 80184b5c49
5 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -3,7 +3,7 @@ version: '2'
services:
wazuh:
image: wazuh/wazuh:3.6.1_6.4.0
image: wazuh/wazuh:3.6.1_6.4.1
hostname: wazuh-manager
restart: always
ports:
@@ -22,7 +22,7 @@ services:
depends_on:
- logstash
logstash:
image: wazuh/wazuh-logstash:3.6.1_6.4.0
image: wazuh/wazuh-logstash:3.6.1_6.4.1
hostname: logstash
restart: always
# volumes:
@@ -38,7 +38,7 @@ services:
environment:
- LS_HEAP_SIZE=2048m
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:6.4.0
image: docker.elastic.co/elasticsearch/elasticsearch:6.4.1
hostname: elasticsearch
restart: always
ports:
@@ -60,7 +60,7 @@ services:
networks:
- docker_elk
kibana:
image: wazuh/wazuh-kibana:3.6.1_6.4.0
image: wazuh/wazuh-kibana:3.6.1_6.4.1
hostname: kibana
restart: always
# ports:
@@ -75,7 +75,7 @@ services:
- elasticsearch:elasticsearch
- wazuh:wazuh
nginx:
image: wazuh/wazuh-nginx:3.6.1_6.4.0
image: wazuh/wazuh-nginx:3.6.1_6.4.1
hostname: nginx
restart: always
environment: