mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 08:28:35 +02:00
🔨 Update minio bucket setup command
This commit is contained in:
parent
830e2b5bab
commit
71986150a5
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ services:
|
|||
entrypoint: >
|
||||
/bin/sh -c "
|
||||
sleep 10;
|
||||
/usr/bin/mc config host add minio http://minio:9000 minio minio123;
|
||||
/usr/bin/mc alias set minio http://minio:9000 minio minio123;
|
||||
/usr/bin/mc mb minio/rallly;
|
||||
/usr/bin/mc anonymous set public minio/rallly/public;
|
||||
exit 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue