update docker compose cmd (#308)

This commit is contained in:
crazywoola
2023-06-06 20:26:45 +08:00
committed by GitHub
parent 2bf48514bc
commit 2056093855
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ The easiest way to start the Dify server is to run our [docker-compose.yml](dock
```bash
cd docker
docker-compose up -d
docker compose up -d
```
After running, you can access the Dify dashboard in your browser at [http://localhost/install](http://localhost/install) and start the initialization installation process.