Update Dockerfile

Enable port 1516/TCP in order to create a Wazuh Cluster.
This commit is contained in:
José Luis Ruiz
2018-04-11 19:19:42 -04:00
committed by GitHub
parent 575708310b
commit 8408f401d5
+1 -1
View File
@@ -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