Added passbolt

This commit is contained in:
Diego Lendoiro
2023-02-27 11:19:11 +01:00
parent b44992c2b5
commit 708b47f4b1
3 changed files with 57 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
# References
- https://www.passbolt.com
Passbolt container runs as specific user with a UID and GUID of `33`.
Therefore, ensure proper permissions on the Docker data bind mount volumes:
````
sudo chgrp 33 /mnt/docker-volumes/passbolt/gpg
sudo chmod 770 /mnt/docker-volumes/passbolt/gpg
sudo chgrp 33 /mnt/docker-volumes/passbolt/jwt
sudo chmod 770 /mnt/docker-volumes/passbolt/jwt
````