diff --git a/Dockerfile b/Dockerfile index 38035f9..26c0338 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ COPY --from=builder /app/ua3f . EXPOSE 1080 -ENTRYPOINT ["/app/ua3f"] \ No newline at end of file +ENTRYPOINT ["/app/ua3f", "-b", "0.0.0.0"] \ No newline at end of file