update dummy pass in minio provision script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user