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.
1 parent bf7862b commit 3ea54a4Copy full SHA for 3ea54a4
bootcamp/materials/3-spark-fundamentals/docker-compose.yaml
@@ -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...' && sleep 1; done;
70
/usr/bin/mc rm -r --force minio/warehouse;
71
/usr/bin/mc mb minio/warehouse;
72
/usr/bin/mc policy set public minio/warehouse;
0 commit comments