You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/bin/sh -c " until mc alias set myminio http://minio:9000 \${MINIO_ROOT_USER} \${MINIO_ROOT_PASSWORD}; do echo 'Waiting...'; sleep 1; done; mc mb myminio/\${MINIO_BUCKET_NAME} || true; mc anonymous set download myminio/\${MINIO_BUCKET_NAME}; exit 0; "
0 commit comments