From ee74f01cbaa2e5591dcb73176eecde16800491f2 Mon Sep 17 00:00:00 2001 From: AlfonsoRBJ Date: Tue, 27 Feb 2018 16:37:03 +0100 Subject: [PATCH] fix 2 fix VOLUME ["/etc/filebeat"] --- wazuh/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wazuh/Dockerfile b/wazuh/Dockerfile index b1094f0e..495839cf 100644 --- a/wazuh/Dockerfile +++ b/wazuh/Dockerfile @@ -28,7 +28,7 @@ ADD config/run.sh /tmp/run.sh RUN chmod 755 /tmp/run.sh VOLUME ["/var/ossec/data"] -VOLUME ["/etc/filebeat/"] +VOLUME ["/etc/filebeat"] EXPOSE 55000/tcp 1514/udp 1515/tcp 514/udp