From 9e56ea5db11e3ead1d9b19214d90267100ac7e94 Mon Sep 17 00:00:00 2001 From: yusing Date: Tue, 9 Sep 2025 22:36:26 +0800 Subject: [PATCH] fix(docker): add healthcheck label to Dockerfile to prevent self checking --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b7762721..5480e063 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,7 @@ FROM scratch LABEL maintainer="yusing@6uo.me" LABEL proxy.exclude=1 +LABEL proxy.#1.healthcheck.disable=true # copy timezone data COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo