mirror of
https://github.com/distribution/distribution.git
synced 2025-07-22 02:52:10 +00:00
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:
parent
075d81d7bf
commit
8af25245f3
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
minio:
|
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"
|
command: server /data --console-address ":9001"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
|
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
|
||||||
|
Loading…
Reference in New Issue
Block a user