Update Passbolt on Docker
Important
Installing Passbolt with Docker is considered a somewhat advanced method. Using this method assumes you are familiar with Docker and have run other applications with Docker. If you do not have experience working with Docker we recommend you use another of our installation methods.
System requirements
- docker: https://docs.docker.com/get-docker/
- docker compose: https://docs.docker.com/compose/install/
- A Linux user able to run docker commands without sudo
- a working SMTP server for email notifications
- a working NTP service to avoid GPG authentication issues
FAQ pages:
It is recommended that users pull the tags pointing to specific passbolt versions when running in environments other than testing.
To update passbolt, you would just need to change the image tag in your docker-compose.yml file:
image: passbolt/passbolt:<IMAGE_TAG>
Then relaunch your docker containers:
docker compose up -d
By doing this:
a new passbolt docker image will be pulled and a new container created your passbolt database schema will be updated