Browse Source

fixed healthcheck

toastie89 1 year ago
parent
commit
6a98110cb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      minio/docker-compose.yml

+ 1 - 1
minio/docker-compose.yml

@@ -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