From 8408f401d5228f49fd1885912c9ed930f0c6be96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ruiz?= Date: Wed, 11 Apr 2018 19:19:42 -0400 Subject: [PATCH] Update Dockerfile Enable port 1516/TCP in order to create a Wazuh Cluster. --- wazuh/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wazuh/Dockerfile b/wazuh/Dockerfile index 1315c2e8..db6bab07 100644 --- a/wazuh/Dockerfile +++ b/wazuh/Dockerfile @@ -31,7 +31,7 @@ RUN chmod 755 /tmp/run.sh VOLUME ["/var/ossec/data"] VOLUME ["/etc/filebeat"] -EXPOSE 55000/tcp 1514/udp 1515/tcp 514/udp +EXPOSE 55000/tcp 1514/udp 1515/tcp 514/udp 1516/tcp # Run supervisord so that the container will stay alive