fix(center/zot): drop unworkable healthcheck for distroless image
This commit is contained in:
@@ -31,12 +31,6 @@ services:
|
|||||||
- zot-data:/var/lib/registry
|
- zot-data:/var/lib/registry
|
||||||
expose:
|
expose:
|
||||||
- "5000"
|
- "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 对象存储 ====================
|
# ==================== S3 对象存储 ====================
|
||||||
garage:
|
garage:
|
||||||
|
|||||||
Reference in New Issue
Block a user