Update README.md

improve notes
This commit is contained in:
LRVT 2023-02-27 14:24:18 +01:00 committed by GitHub
parent dbbcaa421c
commit 9c4615e5b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# References # References
- https://www.passbolt.com/ce/docker - https://help.passbolt.com/hosting/install/ce/docker.html
# Notes # Notes
@ -15,3 +15,5 @@ sudo chmod 770 /mnt/docker-volumes/passbolt/gpg
sudo chgrp 33 /mnt/docker-volumes/passbolt/jwt sudo chgrp 33 /mnt/docker-volumes/passbolt/jwt
sudo chmod 770 /mnt/docker-volumes/passbolt/jwt sudo chmod 770 /mnt/docker-volumes/passbolt/jwt
```` ````
After spawning up the container, you have to create your user account first. Please follow the referenced link above, which leads you to the official documentation and how-tos. It is also recommended to add SMTP into the mix to retrieve important emails.