Skip to content

Commit

Permalink
Update documentation about exposed ports
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto authored and lukasmalkmus committed Aug 10, 2023
1 parent a4215b1 commit abf3dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit abf3dcd

Please sign in to comment.