mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-25 16:13:10 +08:00
chore: improve readme
This commit is contained in:
@ -49,6 +49,11 @@ See [SQL Chat Privacy Policy](https://sqlchat.ai/privacy).
|
||||
|
||||
### Docker
|
||||
|
||||
If you just want to run for your own use, supply the following options:
|
||||
|
||||
- `NEXTAUTH_SECRET`
|
||||
- `OPENAI_API_KEY`
|
||||
|
||||
```bash
|
||||
docker run --name sqlchat --platform linux/amd64 --env NEXTAUTH_SECRET="$(openssl rand -hex 5)" --env OPENAI_API_KEY=<<YOUR OPENAI KEY>> -p 3000:3000 --hostname localhost sqlchat/sqlchat
|
||||
```
|
||||
|
Reference in New Issue
Block a user