I use the following command to run sqlchat, but I can not visit the page. I have replace OPENAI_API_KEY using my own.
docker run --name sqlchat_hy2 --platform linux/amd64 --env NEXTAUTH_SECRET=abcde --env OPENAI_API_KEY=xxxxx -p 3000:3000 --hostname localhost sqlchat/sqlchat

OS: Windows 11
Docker Desktop: 4.30.0
Docker Engine: v26.1.1
