update restart always in elasticsearch configuration

This commit is contained in:
Jose Luis
2017-02-21 16:20:18 -05:00
parent 1e46465992
commit 753e2007b8
2 changed files with 3 additions and 0 deletions

View File

@@ -249,6 +249,7 @@ services:
logstash:
image: wazuh/wazuh-logstash
hostname: logstash
restart: always
command: -f /etc/logstash/conf.d/
# volumes:
# - ./logstash/config:/etc/logstash/conf.d
@@ -295,6 +296,7 @@ networks:
ipam:
config:
- subnet: 172.25.0.0/24
```
# Change Log

View File

@@ -19,6 +19,7 @@ services:
logstash:
image: wazuh/wazuh-logstash
hostname: logstash
restart: always
command: -f /etc/logstash/conf.d/
# volumes:
# - ./logstash/config:/etc/logstash/conf.d