fix(docker): add healthcheck label to Dockerfile to prevent self checking

This commit is contained in:
yusing
2025-09-09 22:36:26 +08:00
parent 719682c99f
commit 9e56ea5db1

View File

@@ -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