dify 升级 :连接
dify IsADirectoryError: [Errno 21] Is a directory: '/app/api' : 连接
1. 下载Dify
将Dify代码从github下载至服务器,或者通过http的方式下载Dify的代码的zip文件后,上传至服务器解压缩。
git clone https://github.com/langgenius/dify.git
某一个tag 版本:
https://github.com/langgenius/dify/tree/0.10.0
2-
/app/dify/dify-0.10.0
cd docker
cp .env.example .env
docker compose up -d
这里要注意,.env 需要改一个配置:
LOG_FILE=/app/logs/server.log
默认是空的,配置一下,不然那 worker1 会报错。
如果您需要自定义配置,请参阅.env.example文件中的注释,并更新.env文件中的相应值。此外,您可能需要根据特定的部署环境和要求对docker-compose.yaml文件本身进行调整,例如更改映像版本、端口映射或卷装载。进行任何更改后,请重新运行docker compose up-d。您可以在此处找到可用环境变量的完整列表。
nginx 已经配置好了
访问:
http://10.0.0.215/install
zhaozhiyong@kattg***.com
158a
http://10.0.0.214/apps 的用户名密码也是一样的。
欢迎来撩 : 汇总all