This guide follows the official Passbolt Community Edition Docker deployment.
mkdir -p ~/passbolt
cd ~/passbolt
curl -LO https://download.passbolt.com/ce/docker/docker-compose-ce.yaml
Edit the compose file and set your domain, SMTP settings, and database credentials.
docker compose -f docker-compose-ce.yaml up -d
Open your domain in a browser, complete the setup wizard, and create the first admin user.
Check the Passbolt Docker guide or reach out via our contact page.