Merge pull request #3252 from Rikthepixel/master

Add `-d` flag to update commands to reflect docker install instructions
This commit is contained in:
Mike Cao 2025-02-21 17:49:48 -08:00 committed by GitHub
commit 18d28f4dfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,7 +121,7 @@ To update the Docker image, simply pull the new images and rebuild:
```bash
docker compose pull
docker compose up --force-recreate
docker compose up --force-recreate -d
```
---