From 3d7807d27b59d701d9d43cf1ed214aa461b38def Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Wed, 16 Sep 2020 18:00:36 +0200 Subject: [PATCH] Update expose instruction to use TCP for logging --- wazuh-opendistro/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wazuh-opendistro/Dockerfile b/wazuh-opendistro/Dockerfile index 1bab9f3c..dd76e266 100644 --- a/wazuh-opendistro/Dockerfile +++ b/wazuh-opendistro/Dockerfile @@ -49,6 +49,6 @@ RUN chmod 755 /permanent_data.sh && \ sync && rm /permanent_data.sh # Services ports -EXPOSE 55000/tcp 1514/udp 1515/tcp 514/udp 1516/tcp +EXPOSE 55000/tcp 1514/tcp 1515/tcp 514/udp 1516/tcp ENTRYPOINT [ "/init" ]