Update upgrade instructions

This commit is contained in:
Benjamin Brummer
2025-09-29 14:12:35 +02:00
parent 7a985b4d0d
commit 1895f822f5

View File

@@ -74,9 +74,8 @@ docker compose up -d
To upgrade to a newer release image, update your docker-compose.yml first by running:
```bash
docker compose down
docker compose pull
docker compose up
docker compose up -d
```
It is recommended to perform a backup before updating.