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
8af25245f3
commit
6f05474fe0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ services:
|
||||||
- ./miniodata/distribution:/data
|
- ./miniodata/distribution:/data
|
||||||
|
|
||||||
minio-init:
|
minio-init:
|
||||||
image: minio/mc:RELEASE.2023-02-16T19-20-11Z
|
image: docker.io/minio/mc:RELEASE.2023-02-16T19-20-11Z
|
||||||
depends_on:
|
depends_on:
|
||||||
minio:
|
minio:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
Loading…
Reference in a new issue