Skip to content

Commit

Permalink
fix listen interface in the dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Feb 2, 2024
1 parent 13a240f commit bd385b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ COPY --from=builder /app/udptlspipe /
EXPOSE 8443/tcp
EXPOSE 8443/udp

ENTRYPOINT ["/udptlspipe", "-l", "127.0.0.1:8443"]
ENTRYPOINT ["/udptlspipe", "-l", "0.0.0.0:8443"]

0 comments on commit bd385b4

Please sign in to comment.