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