docs(docker): Add -d flag to update commands to reflect docker install instructions

This commit is contained in:
RikThePixel 2025-02-22 00:59:43 +01:00
parent 4d698db550
commit 0a92f987ee

View file

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