Compose-Examples/examples/passbolt
LRVT 70ca8e43e5
Update README.md
add notes section
2023-02-27 14:06:54 +01:00
..
README.md Update README.md 2023-02-27 14:06:54 +01:00
docker-compose.yml small typo on the rootless comment 2023-02-27 11:26:54 +01:00

README.md

References

Notes

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