We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sublime_create_buckets
alias
1 parent 21cd41f commit 0f345bfCopy full SHA for 0f345bf
1 file changed
docker-compose.yml
@@ -171,7 +171,7 @@ services:
171
entrypoint: >
172
/bin/sh -c "
173
sleep 15;
174
- /usr/bin/mc config host add myminio http://sublimes3:8110 $$AWS_ACCESS_KEY_ID $$AWS_SECRET_ACCESS_KEY;
+ /usr/bin/mc alias set myminio http://sublimes3:8110 $$AWS_ACCESS_KEY_ID $$AWS_SECRET_ACCESS_KEY;
175
/usr/bin/mc mb myminio/email-screenshots;
176
/usr/bin/mc ls myminio;
177
exit 0;
0 commit comments