dify v1.0安装方法

下载git

git clone https://github.com/langgenius/dify.git

进入 Dify 源代码的 Docker 目录

cd dify/docker

复制环境配置文件

cp .env.example .env

如果要切换分支安装指定版本可以使用下面命令

git checkout 1.0.0
cd ./docker
docker compose -f docker-compose.yaml up -d

回到顶部