minio: remove broken healthcheck
This commit is contained in:
parent
405d837407
commit
eed1b78625
@ -30,10 +30,5 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- traefik_traefik
|
- traefik_traefik
|
||||||
healthcheck:
|
|
||||||
test: [ "CMD", "curl", "-f", "http://localhost:9000/minio/health/live" ]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 20s
|
|
||||||
retries: 3
|
|
||||||
volumes:
|
volumes:
|
||||||
- {{ base_volume_path }}/minio/data:/data
|
- {{ base_volume_path }}/minio/data:/data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user