2e31c1dcc9
Passbolt's entrypoint creates /var/lib/passbolt/.gnupg/pubring.kbx as root while PHP-FPM runs as www-data. Without a volume this file is recreated with wrong ownership on every container recreate, breaking all GPG operations. Mounting the dir as a volume keeps the chown 33:33 fix permanent. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>