File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ services:
8181 - AWS_REGION=us-east-1
8282 entrypoint : >
8383 /bin/sh -c "
84- until (/usr/bin/mc config host add minio http://minio:9000 admin password) do echo '...waiting...' && sleep 1; done;
84+ until (/usr/bin/mc alias set minio http://minio:9000 admin password) do echo '...waiting...' && sleep 1; done;
8585 /usr/bin/mc mb minio/warehouse;
8686 /usr/bin/mc policy set public minio/warehouse;
8787 tail -f /dev/null
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ services:
3838 - AWS_REGION=us-east-1
3939 entrypoint : >
4040 /bin/sh -c "
41- until (/usr/bin/mc config host add minio http://minio:9000 admin password) do echo '...waiting...' && sleep 1; done;
41+ until (/usr/bin/mc alias set minio http://minio:9000 admin password) do echo '...waiting...' && sleep 1; done;
4242 /usr/bin/mc rm -r --force minio/warehouse;
4343 /usr/bin/mc mb minio/warehouse;
4444 /usr/bin/mc policy set public minio/warehouse;
You can’t perform that action at this time.
0 commit comments