本文最后更新于 2024年6月11日。
推荐方法
推荐使用官方文档介绍的方法,把项目下载到本地然后用docker compose运行。
手动创建编排
编排内容使用
https://github.com/langgenius/dify/blob/main/docker/docker-compose.yaml
同时需要把
https://github.com/langgenius/dify/tree/main/docker
中的volumes和nginx文件夹复制到编排安装的位置,不然文件映射会失败导致dify不能成功启动。
设置大模型过程中忽然dify无法访问了,查看编排容器发现数据库状态时unhealthy。
重启和强制停止容器都失败了
服务内部错误: Error response from daemon: cannot kill container: dify-worker-1: tried to kill container, but did not receive an exit event
并且显示容器的资源使用都是0
我退出docker desktop之后发现容器的实际状态是停止的。启动之后可以正常访问。