Skip to content

Commit

Permalink
Use mc ready check (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 authored Jul 31, 2024
1 parent cacfc52 commit 8bb11d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/minio.stub
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ minio:
- sail
command: minio server /data/minio --console-address ":8900"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
test: ["CMD", "mc", "ready", "local"]
retries: 3
timeout: 5s

0 comments on commit 8bb11d6

Please sign in to comment.