File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ services:
4242 environment :
4343 - TUNNEL_TOKEN=${CLOUDFLARE_TOKEN}
4444 minio :
45- image : ' bitnami/minio:latest'
45+ image : ' bitnami/minio:2025.7.23'
46+ user : ' 0:0'
4647 ports :
4748 - ' 9000:9000'
4849 - ' 9001:9001'
@@ -58,7 +59,7 @@ services:
5859 interval : 1s
5960 retries : 5
6061 create-minio-buckets :
61- image : bitnami/minio-client:latest
62+ image : bitnami/minio-client:2025.7.21
6263 volumes :
6364 - ../frontend/src/assets/plumber-logo.jpg:/assets/plumber-logo.jpg
6465 depends_on :
@@ -68,7 +69,7 @@ services:
6869 condition : service_healthy
6970 entrypoint : >
7071 /bin/bash -c "
71- mc config host add plumber-minio http://minio:9000 minio-username minio-password &&
72+ mc alias set plumber-minio http://minio:9000 minio-username minio-password &&
7273 mc alias set local http://minio:9000 minio-username minio-password &&
7374 mc mb --ignore-existing plumber-minio/plumber-development-common-bucket &&
7475 echo 'bucket created' &&
You can’t perform that action at this time.
0 commit comments