Skip to content

Commit af573aa

Browse files
[docker] fix: fixed minio healthcheck not working on macos image
2 parents 5cf8237 + 2cab1a4 commit af573aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
command: server /data
2626
restart: always
2727
healthcheck:
28-
test: [ "CMD", "curl", "-f", "http://localhost:9000/minio/health/live" ]
28+
test: ["CMD", "mc", "ready", "local"]
2929
interval: 10s
3030
timeout: 5s
3131
retries: 5

0 commit comments

Comments
 (0)