1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Fix MinIO healthcheck.

This commit is contained in:
Sam Rose 2023-12-08 15:48:24 +00:00
parent 093825e7a0
commit 123a08ec27
No known key found for this signature in database

View file

@ -69,7 +69,7 @@ services:
MINIO_BROWSER: "off"
command: server /data --console-address ":9001"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
test: "timeout 5s bash -c ':> /dev/tcp/127.0.0.1/9000' || exit 1"
interval: 30s
timeout: 20s
retries: 3