minor documentation addition

This commit is contained in:
david011011 2026-02-26 18:27:32 +02:00
parent 7970df4e41
commit 877855888f

View file

@ -137,6 +137,13 @@ preview: {
},
```
3. Restart with a fresh container (if already running):
```bash
docker compose down
docker compose up -d
```
For PocketBase, development mode, and advanced setups, see [DOCKER.md](DOCKER.md).
### Option 2: Manual Installation