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.51k stars 4.7k forks source link

Mac M2 Mongo ERROR: Illegal instructio #1171

Closed nijisakai closed 6 months ago

nijisakai commented 6 months ago

例行检查

你的版本

软件环境

macOS 14.4.1 MacBook Air M2 Chip Orbstack 路径: ~/fastgpt 问题描述 严格按照官方教程操作, docker compose up启动后报错

mongod: line 19:   581 Illegal instruction     mongo -u myusername -p mypassword --authenticationDatabase admin --eval "print('waited for connection')" > /dev/null 2>&1
mongo    | Waiting for MongoDB to start...

可以打开3000页面,登录后显示超时。 复现步骤

预期结果

相关截图

nijisakai commented 6 months ago

换成官方mongo解决了 image