labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://tryfastgpt.ai
Other
17.49k stars 4.69k forks source link

docker-compose.yml 配置问题,导致fastgpt应用无法连接mongodb #1269

Closed fairychao closed 6 months ago

fairychao commented 6 months ago

问题描述 当docker-compose.yml 中 mongo 的密码配置特殊字符时,mongo正常启动和配置,但是fastgpt应用无法连接到mongo。 返回 findone(),timeout。

如密码配置为mongo#1234,登录时报上面错误,删除“#”后,正常。

c121914yu commented 6 months ago

mongo compass或者网上工具自行转义