Skip to content

Commit

Permalink
fix createbuckets script
Browse files Browse the repository at this point in the history
Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>
  • Loading branch information
IAmTomahawkx committed Nov 25, 2024
1 parent 2f8506f commit c2a0efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ services:
depends_on:
- minio
entrypoint: >
" /bin/sh -c while ! /usr/bin/mc ready minio; do
/bin/sh -c "while ! /usr/bin/mc ready minio; do
/usr/bin/mc config host add minio http://minio:9000 minioautumn minioautumn;
echo 'Waiting minio...' && sleep 1;
done; /usr/bin/mc mb minio/revolt-uploads; exit 0; "
done; /usr/bin/mc mb minio/revolt-uploads; exit 0;"
# Rabbit
rabbit:
Expand Down

0 comments on commit c2a0efe

Please sign in to comment.