Merge pull request #41 from wazuh/issue-40.1

Issue 40.1
This commit is contained in:
José Luis Ruiz
2018-03-01 10:55:34 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ services:
# volumes:
# - my-path:/var/ossec/data:Z
# - my-path:/etc/postfix:Z
# - my-path:/etc/filebeat
depends_on:
- elasticsearch
logstash:

View File

@@ -28,6 +28,7 @@ ADD config/run.sh /tmp/run.sh
RUN chmod 755 /tmp/run.sh
VOLUME ["/var/ossec/data"]
VOLUME ["/etc/filebeat"]
EXPOSE 55000/tcp 1514/udp 1515/tcp 514/udp