From 0439636c54443490151bc6c516e5a648742d723f Mon Sep 17 00:00:00 2001 From: Dziad Borowy <392513+tborychowski@users.noreply.github.com> Date: Wed, 27 Apr 2022 09:55:58 +0100 Subject: [PATCH] Update notea.md --- apps/wiki/notea.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/wiki/notea.md b/apps/wiki/notea.md index f9982c2..e434a85 100644 --- a/apps/wiki/notea.md +++ b/apps/wiki/notea.md @@ -51,7 +51,7 @@ services: ### Next steps Notea requires external storage. Minio container stands in place of Amazon S3. We just need to create a "Bucket" in minio, so: #### Create a Bucket -1. Go to (- minio admin console) +1. Go to `` (- minio admin console) 2. Login using `admin:admin123` credentials from `docker-compose.yml` file 3. Create a new bucket with the name `notea` (no need for any other options, just name) @@ -60,4 +60,5 @@ Notea requires external storage. Minio container stands in place of Amazon S3. W 2. Either copy the "Access Key" and "Secret Key" from the yaml above or generate a new pair of keys and update them in your `docker-compose.yml` (and restart it afterwards). That's it! -Notea should be available at + +Notea should be available at ``