Fix wrong markdown block (#138)

pull/139/head
Wang "LinG" Lingxiang 2024-07-06 23:50:18 -04:00 committed by GitHub
parent 7b1b613d2f
commit d40c1cf9d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -88,10 +88,8 @@ docker compose up -d
编辑 `.env` 文件中的环境变量值。然后,重新启动 Dify 编辑 `.env` 文件中的环境变量值。然后,重新启动 Dify
```bash ```bash
```
docker compose down docker compose down
docker compose up -d docker compose up -d
``` ```
完整的环境变量集合可以在 `docker/.env.example` 中找到。 完整的环境变量集合可以在 `docker/.env.example` 中找到。