Bump docker-compose to 3.9.4_7.2.0

This commit is contained in:
Jose M
2019-08-12 17:27:11 +02:00
parent adc4efb694
commit a2dd5867a1

View File

@@ -3,7 +3,7 @@ version: '2'
services: services:
wazuh: wazuh:
image: wazuh/wazuh:3.9.3_7.2.0 image: wazuh/wazuh:3.9.4_7.2.0
hostname: wazuh-manager hostname: wazuh-manager
restart: always restart: always
ports: ports:
@@ -13,7 +13,7 @@ services:
- "55000:55000" - "55000:55000"
elasticsearch: elasticsearch:
image: wazuh/wazuh-elasticsearch:3.9.3_7.2.0 image: wazuh/wazuh-elasticsearch:3.9.4_7.2.0
hostname: elasticsearch hostname: elasticsearch
restart: always restart: always
ports: ports:
@@ -30,7 +30,7 @@ services:
mem_limit: 2g mem_limit: 2g
kibana: kibana:
image: wazuh/wazuh-kibana:3.9.3_7.2.0 image: wazuh/wazuh-kibana:3.9.4_7.2.0
hostname: kibana hostname: kibana
restart: always restart: always
depends_on: depends_on:
@@ -39,7 +39,7 @@ services:
- elasticsearch:elasticsearch - elasticsearch:elasticsearch
- wazuh:wazuh - wazuh:wazuh
nginx: nginx:
image: wazuh/wazuh-nginx:3.9.3_7.2.0 image: wazuh/wazuh-nginx:3.9.4_7.2.0
hostname: nginx hostname: nginx
restart: always restart: always
environment: environment: