@
amery2010 #9 很奇怪,按 README 运行 docker 之后查看 docker logs
docker logs deep-research
▲ Next.js 15.3.1
- Local: http://060b0f555165:3000
- Network: http://060b0f555165:3000
Starting...
Ready in 130ms
尝试本机访问
curl 127.0.0.1:3000
curl: (7) Failed to connect to 127.0.0.1 port 3000 after 0 ms: Couldn't connect to server
curl http://060b0f555165:3000
curl: (6) Could not resolve host: 060b0f555165
curl http://localhost:3000
curl: (7) Failed to connect to localhost port 3000 after 1 ms: Couldn't connect to server