forked from wazuh/wazuh-docker
Update Dockerfile
Enable port 1516/TCP in order to create a Wazuh Cluster.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user