Update docker-compose.md

pull/70/head
crazywoola 2024-04-21 10:00:28 +08:00 committed by GitHub
parent c5958cc849
commit f4645d408e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 2 deletions

View File

@ -64,7 +64,12 @@ docker-worker-1 langgenius/dify-api:0.3.2 "/entrypoint.sh"
进入 dify 源代码的 docker 目录,按顺序执行以下命令:
```bash
/installcd dify/docker
cd dify/docker
git pull origin main
docker compose down
do### 访问 Difyll在浏览器中输入 `http://localhost` 访问 Dify。
docker compose pull
docker compose up -d
```
### Access Dify
访问 Difyll在浏览器中输入 `http://localhost` 访问 Dify。