diff --git a/README.md b/README.md index 5b5251c..235afee 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,10 @@ docker run --name sqlchat --platform linux/amd64 --env NEXTAUTH_SECRET="$(openss * Pass an arbitrary string to NEXTAUTH_SECRET otherwise next-auth will complain. It doesn't matter if you don't enable login. -* If you connect to the database on the same host, you need to use `host.docker.internal` as the host name. +* If you chat to the database on the same host, you need to use `host.docker.internal` as the host in +the database connection setting. + + ### Startup options diff --git a/docs/docker-connection-setting.webp b/docs/docker-connection-setting.webp new file mode 100644 index 0000000..6271378 Binary files /dev/null and b/docs/docker-connection-setting.webp differ