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.
2 parents 92ed659 + d7e79be commit a3b9fbdCopy full SHA for a3b9fbd
compose-analytics.yml
@@ -66,7 +66,7 @@ services:
66
- AWS_REGION=us-east-1
67
entrypoint: |
68
/bin/sh -c "
69
- until (/usr/bin/mc config host add minio http://minio:9000 admin password) do echo '...waiting...' && sleep 1; done;
+ until (/usr/bin/mc alias set minio http://minio:9000 admin password) do echo '...waiting for minio...' && sleep 1; done;
70
# create warehouse bucket for iceberg
71
/usr/bin/mc rm -r --force minio/warehouse;
72
/usr/bin/mc mb minio/warehouse;
0 commit comments