We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e98ba4 commit fd38732Copy full SHA for fd38732
dsw/docker-compose.template.yml
@@ -44,7 +44,7 @@ services:
44
POSTGRES_DB: dsw
45
46
minio:
47
- image: minio/minio:RELEASE.2021-03-17T02-33-02Z
+ image: minio/minio:RELEASE.2025-04-22T22-12-26Z
48
command: server /data
49
ports:
50
- 9000:9000
dsw/scripts/create-bucket.sh
@@ -9,7 +9,7 @@ docker run --rm --net $MINIO_NET \
9
-e MINIO_BUCKET=$MINIO_BUCKET \
10
-e MINIO_USER=$MINIO_USER \
11
-e MINIO_PASS=$MINIO_PASS \
12
- --entrypoint sh minio/mc -c "\
+ --entrypoint sh minio/mc:RELEASE.2025-04-16T18-13-26Z -c "\
13
mc config host add dswminio http://minio:9000 minio minioPassword && \
14
mc mb dswminio/\$MINIO_BUCKET
15
"
0 commit comments