mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-24 01:14:27 +01:00
Added passbolt
This commit is contained in:
15
examples/passbolt/README.md
Normal file
15
examples/passbolt/README.md
Normal 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
|
||||
````
|
||||
Reference in New Issue
Block a user