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 9827a74 commit 0b45f3bCopy full SHA for 0b45f3b
docker/local/minio/create_bucket.sh
@@ -2,7 +2,7 @@
2
3
# Source: https://helgesver.re/articles/laravel-sail-create-minio-bucket-automatically
4
5
-/usr/bin/mc config host add local ${S3_ENDPOINT} ${S3_ACCESS_KEY_ID} ${S3_SECRET_ACCESS_KEY};
+/usr/bin/mc alias set local ${S3_ENDPOINT} ${S3_ACCESS_KEY_ID} ${S3_SECRET_ACCESS_KEY};
6
/usr/bin/mc rm -r --force local/${S3_BUCKET};
7
/usr/bin/mc mb --ignore-existing local/${S3_BUCKET};
8
/usr/bin/mc anonymous set public local/${S3_BUCKET};
0 commit comments