chatlog icon indicating copy to clipboard operation
chatlog copied to clipboard

飞牛nas部署启动后运行报错

Open fanleibjj opened this issue 4 months ago • 3 comments

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$"

fanleibjj avatar Oct 13 '25 02:10 fanleibjj

贴下启动配置

sjzar avatar Oct 13 '25 08:10 sjzar

贴下启动配置

Image

fanleibjj avatar Oct 15 '25 07:10 fanleibjj

看起来是 volumes 的问题,确保 /app/data 和 /app/work 目录设置正确,检查下两个目录的内容。 当挂载的 /app/work 目录为空时,启动服务会尝试从 /app/data 目录中读取数据库文件进行解密。

sjzar avatar Oct 15 '25 08:10 sjzar