chore: improve readme

This commit is contained in:
Tianzhou Chen
2023-04-21 02:39:50 +08:00
parent 94a9ff5f30
commit ec1f7129c5

View File

@ -38,7 +38,7 @@ SQL Chat is built by Next.js, it supports the following databases and will add m
## Deploy with Docker
```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: