Bump docker-compose version

This commit is contained in:
Manuel J. Bernal
2020-07-14 19:18:31 +02:00
parent 1f825c13be
commit eba4fdf8eb
+5 -5
View File
@@ -3,7 +3,7 @@ version: '2'
services:
wazuh:
build: wazuh
image: wazuh/wazuh:3.13.1_7.8.0
hostname: wazuh-manager
restart: always
ports:
@@ -13,7 +13,7 @@ services:
- "55000:55000"
elasticsearch:
build: elasticsearch
image: wazuh/wazuh-elasticsearch:3.13.1_7.8.0
hostname: elasticsearch
restart: always
ports:
@@ -30,7 +30,7 @@ services:
mem_limit: 2g
kibana:
build: kibana
image: wazuh/wazuh-kibana:3.13.1_7.8.0
hostname: kibana
restart: always
depends_on:
@@ -40,7 +40,7 @@ services:
- wazuh:wazuh
nginx:
build: nginx
image: wazuh/wazuh-nginx:3.13.1_7.8.0
hostname: nginx
restart: always
environment:
@@ -52,4 +52,4 @@ services:
depends_on:
- kibana
links:
- kibana:kibana
- kibana:kibana