fix(center/zot): drop unworkable healthcheck for distroless image

This commit is contained in:
zetaloop
2026-05-05 11:08:04 +08:00
parent f3b12f30f0
commit 2d4dc236e9
-6
View File
@@ -31,12 +31,6 @@ services:
- zot-data:/var/lib/registry
expose:
- "5000"
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:5000/v2/ >/dev/null || exit 1"]
interval: 30s
timeout: 5s
retries: 5
start_period: 20s
# ==================== S3 对象存储 ====================
garage: