Skip to content

Commit ea783db

Browse files
committed
Migrate to using mc alias instead of mc config
1 parent 07351eb commit ea783db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/dagster-iceberg/kitchen-sink/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ services:
8282
- AWS_REGION=us-east-1
8383
entrypoint: >
8484
/bin/sh -c "
85-
until (/usr/bin/mc config host add minio http://minio:9000 admin password) do echo '...waiting...' && sleep 1; done;
85+
until (/usr/bin/mc alias set minio http://minio:9000 admin password) do echo '...waiting...' && sleep 1; done;
8686
/usr/bin/mc mb minio/warehouse;
8787
/usr/bin/mc policy set public minio/warehouse;
8888
tail -f /dev/null

0 commit comments

Comments
 (0)