| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -55,7 +55,10 @@ docker run --name sqlchat --platform linux/amd64 --env NEXTAUTH_SECRET="$(openss | |||
| 55 | 55 | ||
| 56 | 56 | * Pass an arbitrary string to NEXTAUTH_SECRET otherwise next-auth will complain. It doesn't matter | |
| 57 | 57 | if you don't enable login. | |
| 58 | - * If you connect to the database on the same host, you need to use `host.docker.internal` as the host name. | ||
| 58 | + * If you chat to the database on the same host, you need to use `host.docker.internal` as the host in | ||
| 59 | + the database connection setting. | ||
| 60 | + | ||
| 61 | + <img src="https://raw.githubusercontent.com/sqlchat/sqlchat/main/docs/docker-connection-setting.webp" /> | ||
| 59 | 62 | ||
| 60 | 63 | ### Startup options | |
| 61 | 64 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments