Update notea.md

This commit is contained in:
Dziad Borowy 2022-04-27 09:55:58 +01:00 committed by GitHub
parent 34d8404dce
commit 0439636c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <serverIP:3125> (- minio admin console)
1. Go to `<serverIP:3125>` (- 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 <serverIP:3123>
Notea should be available at `<serverIP:3123>`