Skip to content

Commit

Permalink
📝 Update minio setup instructions
Browse files Browse the repository at this point in the history
Closes #175
  • Loading branch information
baptisteArno committed Dec 5, 2022
1 parent ca8240b commit 4b2f42b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/docs/docs/self-hosting/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ services:
sleep 10;
/usr/bin/mc config host add minio http://minio:9000 minio minio123;
/usr/bin/mc mb minio/typebot;
/usr/bin/mc policy set public minio/typebot/public;
/usr/bin/mc anonymous set public minio/typebot/public;
exit 0;
"
typebot-builder:
Expand Down Expand Up @@ -325,7 +325,7 @@ services:
sleep 10;
/usr/bin/mc config host add minio http://minio:9000 minio minio123;
/usr/bin/mc mb minio/typebot;
/usr/bin/mc policy set public minio/typebot/public;
/usr/bin/mc anonymous set public minio/typebot/public;
exit 0;
"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
sleep 10;
/usr/bin/mc config host add minio http://minio:9000 minio minio123;
/usr/bin/mc mb minio/typebot;
/usr/bin/mc policy set public minio/typebot/public;
/usr/bin/mc anonymous set public minio/typebot/public;
exit 0;
"
volumes:
Expand Down

0 comments on commit 4b2f42b

Please sign in to comment.