mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-25 00:55:05 +08:00
chore: improve readme
This commit is contained in:
@ -38,7 +38,7 @@ SQL Chat is built by Next.js, it supports the following databases and will add m
|
|||||||
## Deploy with Docker
|
## Deploy with Docker
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -d --name sqlchat --platform linux/amd64 -p 3000:3000 sqlchat/sqlchat:latest
|
docker run -d --name sqlchat --platform linux/amd64 -p 3000:3000 sqlchat/sqlchat
|
||||||
```
|
```
|
||||||
|
|
||||||
You can set the following environment variables to customize the deployment:
|
You can set the following environment variables to customize the deployment:
|
||||||
|
Reference in New Issue
Block a user