1.问题:dependency failed to start: container ragflow-mysql is unhealthy
解决:
1)有可能是时区问题,关闭XX上网
2)在DeepSeek\ragflow-main\ragflow-main\docker
路径下,执行命令
docker compose down -v
docker compose up
2.问题:RAGFlow启动成功,但访问http://localhost:8080/无法登录或注册
日志显示如下
2025-03-12 18:39:47,111 WARNING 21 RedisDB.queue_info rag_flow_svr_queue got exception: no such key
2025-03-12 18:39:47,112 INFO 21 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2025-03-12T18:39:47.110+08:00", "boot_at": "2025-03-12T18:32:47.054+08:00", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": {}}
尝试手动建立key值
可以成功登录/注册!