自托管
简体中文
--branch
git clone https://github.com/langgenius/dify.git --branch 0.15.3
# 下载最新版本 wget -O dify.zip "$(curl -s https://api.github.com/repos/langgenius/dify/releases/latest | jq -r '.zipball_url')" unzip dify.zip && rm dify.zip
wget -O dify-latest.zip "$(curl -s https://api.github.com/repos/langgenius/dify/releases/latest | jq -r '.zipball_url')" unzip dify-latest.zip && rm dify-latest.zip rsync -a dify-latest/ dify/ rm -rf dify-latest/ cd dify/docker docker compose pull docker compose up -d
cp -r dify "dify.bak.$(date +%Y%m%d%H%M%S)"
此页面对您有帮助吗?