Run pull and build before taking the container down.

This commit is contained in:
2025-11-21 08:29:22 -07:00
parent b490c84b37
commit 2d565c94f0
3 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ of the apps you would like to be present.
If any apps get updated, rebuilding the container should pull any changes.
``` shell
docker compose down
docker compose build
docker compose down
docker compose up -d
```