Merge pull request #245 from h1dd3n3y3/main

minor documentation addition
This commit is contained in:
Samidy 2026-02-26 19:30:10 +03:00 committed by GitHub
commit 2621e44adf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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