mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix(): fix minio commands
This commit is contained in:
parent
e3b3278dce
commit
4254d3ca14
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ services:
|
|||
entrypoint: >
|
||||
/bin/bash -c "
|
||||
sleep 5;
|
||||
until (/usr/bin/mc config host add myminio http://minio:9000 minio miniominio) do echo '...waiting...' && sleep 1; done;
|
||||
until (/usr/bin/mc alias set myminio http://minio:9000 minio miniominio) do echo '...waiting...' && sleep 1; done;
|
||||
/usr/bin/mc mb myminio/omnivore;
|
||||
/usr/bin/mc anonymous set public myminio/omnivore;
|
||||
exit 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue