Skip to content

Commit a4e318f

Browse files
authored
Merge pull request #1964 from codalab/fixedMCversion
Fixed MC image version and bumped MinIO version
2 parents 72a7419 + f3b7881 commit a4e318f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
# Minio local storage helper
5454
#-----------------------------------------------
5555
minio:
56-
image: minio/minio:RELEASE.2020-10-03T02-19-42Z
56+
image: minio/minio:RELEASE.2025-04-22T22-12-26Z
5757
command: server /export
5858
volumes:
5959
- ./var/minio:/export
@@ -62,11 +62,11 @@ services:
6262
- $MINIO_PORT:9000
6363
env_file: .env
6464
healthcheck:
65-
test: ["CMD", "nc", "-z", "minio", "9000"]
65+
test: ["CMD", "curl", "-I", "http://minio:9000/minio/health/live"]
6666
interval: 5s
6767
retries: 5
6868
createbuckets:
69-
image: minio/mc
69+
image: minio/mc:RELEASE.2025-07-21T05-28-08Z
7070
depends_on:
7171
minio:
7272
condition: service_healthy

0 commit comments

Comments
 (0)