Update your installation
Review the release notes and back up your data before updating.
Pull and restart
In the folder containing your Compose file, run:
docker compose pull
docker compose up -d
Preserve your data
Your data stays in the volume. Never delete it
with docker compose down -v unless you intend to remove your data.