Skip to content

Commit

Permalink
Fixed docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlruizmlg committed Oct 7, 2018
1 parent 6389b57 commit 6652736
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 6652736

Please sign in to comment.