chore: disable godoxy health checking for socket-proxy

This commit is contained in:
yusing
2026-01-31 17:09:00 +08:00
parent c54741aab6
commit c6e4e83fcd

View File

@@ -49,5 +49,7 @@ COPY --from=builder /app/run /app/run
WORKDIR /app
LABEL proxy.#1.healthcheck.disable=true
ENV LISTEN_ADDR=0.0.0.0:2375
CMD ["/app/run"]