Chat2DB icon indicating copy to clipboard operation
Chat2DB copied to clipboard

Bug: Unable to start Chat2DB via Docker Engine

Open linghengqian opened this issue 1 year ago • 6 comments

Chat2DB Version

3.2.4

Describe the bug

  • I cannot start Chat2DB through Docker Engine. Just execute the following command under Ubuntu 22.04.4 WSL,
docker run -d chat2db/chat2db:3.2.4 -p 10824:10824 --name chat2db
  • Attempting to access http://localhost:10824/ directly results in access being denied.
  • image
  • I don't see any errors in the logs from the Docker Container. Is there some documentation I missed?
  • image

linghengqian avatar Aug 30 '24 17:08 linghengqian

换3.1.22的镜像试试。

tmlx1990 avatar Sep 04 '24 14:09 tmlx1990

换3.1.22的镜像试试。

  • Even using docker run -d chat2db/chat2db:3.1.22 -p 10824:10824 --name chat2db, accessing localhost:10824 still doesn't work. What am I missing?
  • image

linghengqian avatar Sep 06 '24 01:09 linghengqian

try this: https://docs.chat2db.ai/docs/question/private-deployment

miahemu avatar Oct 09 '24 07:10 miahemu

try this: https://docs.chat2db.ai/docs/question/private-deployment

  • @miahemu I started chat2db with the following command, but still could not open http://localhost:10824/ normally.
docker run -itd chat2db/chat2db:3.2.4 -p 10824:10824 --name chat2db
  • image
  • image

linghengqian avatar Oct 09 '24 09:10 linghengqian

I'm also face the same problem and I try to see any ERROR log in the docker run process and it has no ERROR to trace this problem it look like it run correctly !? anyone success to run it local?

Fayord avatar Nov 05 '24 09:11 Fayord

How should we solve this problem?

test16553 avatar Nov 06 '24 12:11 test16553

Chat2DB Version

3.2.4

Describe the bug

  • I cannot start Chat2DB through Docker Engine. Just execute the following command under Ubuntu 22.04.4 WSL,
docker run -d chat2db/chat2db:3.2.4 -p 10824:10824 --name chat2db
  • Attempting to access http://localhost:10824/ directly results in access being denied.
  • image
  • I don't see any errors in the logs from the Docker Container. Is there some documentation I missed?
  • image

启动容器的时候将镜像名称放到映射端口后就好了

test16553 avatar Nov 13 '24 12:11 test16553

  • @test16553 Thanks, this was originally a documentation issue. The command docker run -d chat2db/chat2db:3.2.4 -p 10824:10824 --name chat2db I remember originally came from somewhere in the documentation at https://chat2db-ai.com/ .
  • I have used docker run -p 10824:10824 --name chat2db -d chat2db/chat2db:3.2.4 to complete the test. I can log in to localhost:10824 using the chat2db account and chat2db password.
  • image
  • There seems to be no need to keep the current issue open.

linghengqian avatar Nov 13 '24 12:11 linghengqian