@@ -16,7 +16,7 @@ services:
HOME: /home/data
command: server /mnt/data
healthcheck:
- test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
+ test: ["CMD", "curl", "-fail", "--insecure", "https://localhost:9000/minio/health/live"]
interval: 30s
timeout: 20s
retries: 3