セルフホスティング
日本語
--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)"
このページは役に立ちましたか?