CodePhiliaX / Chat2DB

🔥🔥🔥AI-driven database tool and SQL client, The hottest GUI client, supporting MySQL, Oracle, PostgreSQL, DB2, SQL Server, DB2, SQLite, H2, ClickHouse, and more.
http://chat2db.ai
Apache License 2.0
17.07k stars 1.91k forks source link

Bug: Unable to start Chat2DB via Docker Engine #1521

Closed linghengqian closed 1 week ago

linghengqian commented 2 months ago

Chat2DB Version

3.2.4

Describe the bug

tmlx1990 commented 2 months ago

换3.1.22的镜像试试。

linghengqian commented 2 months ago

换3.1.22的镜像试试。

miahemu commented 1 month ago

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

linghengqian commented 1 month ago

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

docker run -itd chat2db/chat2db:3.2.4 -p 10824:10824 --name chat2db
Fayord commented 3 weeks ago

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?

test16553 commented 2 weeks ago

How should we solve this problem?

test16553 commented 1 week ago

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 commented 1 week ago