Merge pull request #245 from h1dd3n3y3/main
minor documentation addition
This commit is contained in:
commit
2621e44adf
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).
|
For PocketBase, development mode, and advanced setups, see [DOCKER.md](DOCKER.md).
|
||||||
|
|
||||||
### Option 2: Manual Installation
|
### Option 2: Manual Installation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue