Filebeat registry (#109)

* Add filebeat registry

* Remove registry enrty
This commit is contained in:
AlfonsoRBJ
2019-02-01 18:50:25 +01:00
committed by Jesús Linares
parent cb2e49eb54
commit f3cc91fdf6
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ services:
# - my-path:/var/ossec/data:Z
# - my-path:/etc/postfix:Z
# - my-path:/etc/filebeat
# - my_path:/var/lib/filebeat
# - my-custom-config-path/ossec.conf:/wazuh-config-mount/etc/ossec.conf
# command: ["echo 'hello world'"]
depends_on:
+1
View File
@@ -55,6 +55,7 @@ RUN chmod 755 /entrypoint.sh
VOLUME ["/var/ossec/data"]
VOLUME ["/etc/filebeat"]
VOLUME ["/etc/postfix"]
VOLUME ["/var/lib/filebeat"]
# Services ports
EXPOSE 55000/tcp 1514/udp 1515/tcp 514/udp 1516/tcp