We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8018b60 commit d3f3e90Copy full SHA for d3f3e90
1 file changed
docker-compose.yml
@@ -64,13 +64,15 @@ services:
64
ports:
65
- "127.0.0.1:9001:9001"
66
- "127.0.0.1:9000:9000"
67
+ environment:
68
+ MC_HOST_custom: http://localhost:9001
69
healthcheck:
70
test:
71
[
72
"CMD",
- "curl",
- "-f",
73
- "http://localhost:9001/minio/health/live"
+ "mc",
74
+ "ready",
75
+ "custom"
76
]
77
interval: 30s
78
timeout: 20s
0 commit comments