We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cf8237 + 2cab1a4 commit af573aaCopy full SHA for af573aa
1 file changed
docker-compose.yml
@@ -25,7 +25,7 @@ services:
25
command: server /data
26
restart: always
27
healthcheck:
28
- test: [ "CMD", "curl", "-f", "http://localhost:9000/minio/health/live" ]
+ test: ["CMD", "mc", "ready", "local"]
29
interval: 10s
30
timeout: 5s
31
retries: 5
0 commit comments