minio: remove broken healthcheck
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user