More details on how to migrate to version 1.0.0. (#564)

* fix: More details on how to migrate to version 1.0.0.

* chore: More details on how to migrate to version 1.0.0.

- translate to Simplified Chinese and Japanese
This commit is contained in:
IWAI, Masaharu
2025-03-06 15:01:43 +09:00
committed by GitHub
parent 434aabcc6e
commit 8a0d260cbb
3 changed files with 6 additions and 0 deletions
@@ -35,8 +35,10 @@ tar -cvf volumes-$(date +%s).tgz volumes
`v1.0.0` supports deployment via Docker Compose. Navigate to your Dify project path and run the following commands to upgrade to the Dify version:
```bash
git fetch origin
git checkout 1.0.0 # Switch to the 1.0.0 branch
cd docker
nano .env # Modify the environment configuration file to synchronizing .env.example file
docker compose -f docker-compose.yaml up -d
```
@@ -35,8 +35,10 @@ tar -cvf volumes-$(date +%s).tgz volumes
`v1.0.0` は Docker Compose を使用してデプロイできます。`cd` コマンドで Dify プロジェクトのパスに移動し、以下のコマンドで Dify のバージョンをアップグレードします:
```bash
git fetch origin
git checkout 1.0.0 # 1.0.0 ブランチに切り替える
cd docker
nano .env # .env.example ファイルと同期するように環境構成ファイルを変更する
docker compose -f docker-compose.yaml up -d
```
@@ -35,8 +35,10 @@ tar -cvf volumes-$(date +%s).tgz volumes
`v1.0.0` 支持通过 Docker Compose 部署。运行 `cd` 命令至你的 Dify 项目路径,运行以下命令升级 Dify 版本:
```bash
git fetch origin
git checkout 1.0.0 # 切换至 1.0.0 分支
cd docker
nano .env # 修改环境配置文件同步 .env.example 文件
docker compose -f docker-compose.yaml up -d
```