Update docker-compose.md

pull/75/merge
crazywoola 2024-07-11 20:27:36 +08:00 committed by GitHub
parent 91da21d088
commit b040cb539a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -76,8 +76,8 @@ Enter the docker directory of the dify source code and execute the following com
```bash
cd dify/docker
git pull origin main
docker compose down
git pull origin main
docker compose pull
docker compose up -d
```