minio: remove broken healthcheck

This commit is contained in:
2023-11-09 21:30:09 -08:00
parent 405d837407
commit eed1b78625

View File

@@ -30,10 +30,5 @@ services:
networks:
- default
- traefik_traefik
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:9000/minio/health/live" ]
interval: 30s
timeout: 20s
retries: 3
volumes:
- {{ base_volume_path }}/minio/data:/data