Skip to content

Commit a3b9fbd

Browse files
authored
Merge pull request #8 from factorhouse/hotfix/update-minio-availability-check
Update minio availability check
2 parents 92ed659 + d7e79be commit a3b9fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose-analytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666
- AWS_REGION=us-east-1
6767
entrypoint: |
6868
/bin/sh -c "
69-
until (/usr/bin/mc config host add minio http://minio:9000 admin password) do echo '...waiting...' && sleep 1; done;
69+
until (/usr/bin/mc alias set minio http://minio:9000 admin password) do echo '...waiting for minio...' && sleep 1; done;
7070
# create warehouse bucket for iceberg
7171
/usr/bin/mc rm -r --force minio/warehouse;
7272
/usr/bin/mc mb minio/warehouse;

0 commit comments

Comments
 (0)