update dummy pass in minio provision script

This commit is contained in:
mngshm
2025-03-04 10:39:33 +05:30
parent 1eddf1f75a
commit 1eec079a85

View File

@@ -3,7 +3,7 @@
# Script used to prepare the minio instance that runs as part of the development
# Docker compose cluster.
while ! mc config host add h0 http://minio:3200 test testtest
while ! mc config host add h0 http://minio:3200 changem changeme1234
do
echo "waiting for minio..."
sleep 0.5