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

@@ -43,7 +43,7 @@ Dify サーバーを起動する最も簡単な方法は、[docker-compose.yml](
```bash
cd docker
docker-compose up -d
docker compose up -d
```
実行後、ブラウザで [http://localhost/install](http://localhost/install) にアクセスし、初期化インストール作業を開始することができます。