From 9c4615e5b10b7bd81ca12fa66ea2c2037f07adbf Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Mon, 27 Feb 2023 14:24:18 +0100 Subject: [PATCH] Update README.md improve notes --- examples/passbolt/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/passbolt/README.md b/examples/passbolt/README.md index 99e5dad..6efd294 100644 --- a/examples/passbolt/README.md +++ b/examples/passbolt/README.md @@ -1,6 +1,6 @@ # References -- https://www.passbolt.com/ce/docker +- https://help.passbolt.com/hosting/install/ce/docker.html # Notes @@ -15,3 +15,5 @@ sudo chmod 770 /mnt/docker-volumes/passbolt/gpg sudo chgrp 33 /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.