mirror of
https://github.com/penpot/penpot.git
synced 2025-03-10 14:51:37 -05:00
🐛 Fix issue with minio setup on devenv
This commit is contained in:
parent
9931232a91
commit
c23cf2a5a6
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export PENPOT_FLAGS="\
|
|||
# Initialize MINIO config
|
||||
mc alias set penpot-s3/ http://minio:9000 minioadmin minioadmin
|
||||
mc admin user add penpot-s3 penpot-devenv penpot-devenv
|
||||
mc admin policy set penpot-s3 readwrite user=penpot-devenv
|
||||
mc admin policy attach penpot-s3 readwrite --user=penpot-devenv
|
||||
mc mb penpot-s3/penpot -p
|
||||
|
||||
export AWS_ACCESS_KEY_ID=penpot-devenv
|
||||
|
|
Loading…
Add table
Reference in a new issue