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.
mc alias
mc config
1 parent 07351eb commit ea783dbCopy full SHA for ea783db
1 file changed
libraries/dagster-iceberg/kitchen-sink/compose.yaml
@@ -82,7 +82,7 @@ services:
82
- AWS_REGION=us-east-1
83
entrypoint: >
84
/bin/sh -c "
85
- 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...' && sleep 1; done;
86
/usr/bin/mc mb minio/warehouse;
87
/usr/bin/mc policy set public minio/warehouse;
88
tail -f /dev/null
0 commit comments