minor documentation addition
This commit is contained in:
parent
7970df4e41
commit
877855888f
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue