Update tests/docker-compose-storage.yml

Co-authored-by: James Hewitt <james.hewitt@gmail.com>
Signed-off-by: Milos Gajdos <milosgajdos83@gmail.com>
This commit is contained in:
Milos Gajdos 2023-09-26 14:18:10 +01:00 committed by GitHub
parent 075d81d7bf
commit 8af25245f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
services:
minio:
image: minio/minio:RELEASE.2023-09-20T22-49-55Z
image: docker.io/minio/minio:RELEASE.2023-09-20T22-49-55Z
command: server /data --console-address ":9001"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]