forked from wazuh/wazuh-docker
Fixed docker-compose.yml
This commit is contained in:
+5
-5
@@ -3,7 +3,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
wazuh:
|
||||
image: wazuh/wazuh:3.6.1_6.4.1
|
||||
image: wazuh/wazuh:3.6.1_6.4.2
|
||||
hostname: wazuh-manager
|
||||
restart: always
|
||||
ports:
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
depends_on:
|
||||
- logstash
|
||||
logstash:
|
||||
image: wazuh/wazuh-logstash:3.6.1_6.4.1
|
||||
image: wazuh/wazuh-logstash:3.6.1_6.4.2
|
||||
hostname: logstash
|
||||
restart: always
|
||||
# volumes:
|
||||
@@ -38,7 +38,7 @@ services:
|
||||
environment:
|
||||
- LS_HEAP_SIZE=2048m
|
||||
elasticsearch:
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:6.4.1
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:6.4.2
|
||||
hostname: elasticsearch
|
||||
restart: always
|
||||
ports:
|
||||
@@ -60,7 +60,7 @@ services:
|
||||
networks:
|
||||
- docker_elk
|
||||
kibana:
|
||||
image: wazuh/wazuh-kibana:3.6.1_6.4.1
|
||||
image: wazuh/wazuh-kibana:3.6.1_6.4.2
|
||||
hostname: kibana
|
||||
restart: always
|
||||
# ports:
|
||||
@@ -75,7 +75,7 @@ services:
|
||||
- elasticsearch:elasticsearch
|
||||
- wazuh:wazuh
|
||||
nginx:
|
||||
image: wazuh/wazuh-nginx:3.6.1_6.4.1
|
||||
image: wazuh/wazuh-nginx:3.6.1_6.4.2
|
||||
hostname: nginx
|
||||
restart: always
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user