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

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
```
---