diff --git a/Dockerfile b/Dockerfile index a5c65b0..329ce61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,4 @@ COPY --from=builder /app/udptlspipe / EXPOSE 8443/tcp EXPOSE 8443/udp -ENTRYPOINT ["/udptlspipe", "-l", "127.0.0.1:8443"] \ No newline at end of file +ENTRYPOINT ["/udptlspipe", "-l", "0.0.0.0:8443"] \ No newline at end of file