Skip to content

Upgrade

Check the release notes, update compose.yml and .env as instructed.

If there is compose.override.yml, make sure it's compatible with the updated compose.yml.

Pull the latest container image

docker compose --profile production pull

Restart the entire cluster:

docker compose --profile production up -d

Optionally, clean up old images:

docker system prune -af --volumes