forked from wazuh/wazuh-docker
Bump docker-compose version
This commit is contained in:
+5
-5
@@ -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
|
||||
Reference in New Issue
Block a user