mirror of
https://github.com/langgenius/dify-docs-archived.git
synced 2026-07-01 20:35:52 -04:00
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:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user