Update docker-compose with 3.10.0_7.3.2 images

This commit is contained in:
Jose M
2019-09-24 13:12:57 +02:00
parent 8fc6512164
commit 6d44063077

View File

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