Version and docker images tags fix

This commit is contained in:
Zenidd
2020-03-23 09:30:30 +01:00
parent 4f612e5426
commit cb60fc8b77
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
WAZUH-DOCKER_VERSION="3.12.0_7.6.1" WAZUH-DOCKER_VERSION="3.12.0_7.6.1"
REVISION="31204" REVISION="31200"
+4 -4
View File
@@ -3,7 +3,7 @@ version: '2'
services: services:
wazuh: wazuh:
image: wazuh/wazuh:3.12.4_7.6.1 image: wazuh/wazuh:3.12.0_7.6.1
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.12.4_7.6.1 image: wazuh/wazuh-elasticsearch:3.12.0_7.6.1
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.12.4_7.6.1 image: wazuh/wazuh-kibana:3.12.0_7.6.1
hostname: kibana hostname: kibana
restart: always restart: always
depends_on: depends_on:
@@ -40,7 +40,7 @@ services:
- wazuh:wazuh - wazuh:wazuh
nginx: nginx:
image: wazuh/wazuh-nginx:3.12.4_7.6.1 image: wazuh/wazuh-nginx:3.12.0_7.6.1
hostname: nginx hostname: nginx
restart: always restart: always
environment: environment: