chatlog
chatlog copied to clipboard
飞牛nas部署启动后运行报错
2025-10-13T10:11:33+08:00 ERR read config failed error="Config File "chatlog-server" Not Found in "[/root/.chatlog]""
2025-10-13T10:11:33+08:00 ERR Failed to load contacts error="db file not found /app/work: ^contact\.db$"
2025-10-13T10:11:33+08:00 ERR Failed to load chat rooms error="db file not found /app/work: ^contact\.db$"
贴下启动配置
贴下启动配置
看起来是 volumes 的问题,确保 /app/data 和 /app/work 目录设置正确,检查下两个目录的内容。 当挂载的 /app/work 目录为空时,启动服务会尝试从 /app/data 目录中读取数据库文件进行解密。