From abf3dcdd74dce2725542c2c19fffb525a9f17e30 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Thu, 10 Aug 2023 23:04:02 +0900 Subject: [PATCH] Update documentation about exposed ports Signed-off-by: Sora Morimoto --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 518d44b..2985471 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ COPY axiom-syslog-proxy /usr/bin/axiom-syslog-proxy # Use the project name as working directory. WORKDIR /axiom-syslog-proxy -# Expose the default application port. -EXPOSE 3101/tcp +# Expose the default application ports. +EXPOSE 514/udp 601/tcp # Set the binary as entrypoint. ENTRYPOINT [ "/usr/bin/axiom-syslog-proxy" ]