Unverified Commit 20560938 authored by crazywoola's avatar crazywoola Committed by GitHub

update docker compose cmd (#308)

parent 2bf48514
...@@ -42,7 +42,7 @@ The easiest way to start the Dify server is to run our [docker-compose.yml](dock ...@@ -42,7 +42,7 @@ The easiest way to start the Dify server is to run our [docker-compose.yml](dock
```bash ```bash
cd docker 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. After running, you can access the Dify dashboard in your browser at [http://localhost/install](http://localhost/install) and start the initialization installation process.
......
...@@ -44,7 +44,7 @@ Dify 兼容 Langchain,这意味着我们将逐步支持多种 LLMs ,目前 ...@@ -44,7 +44,7 @@ Dify 兼容 Langchain,这意味着我们将逐步支持多种 LLMs ,目前
```bash ```bash
cd docker cd docker
docker-compose up -d docker compose up -d
``` ```
运行后,可以在浏览器上访问 [http://localhost/install](http://localhost/install) 进入 Dify 控制台并开始初始化安装操作。 运行后,可以在浏览器上访问 [http://localhost/install](http://localhost/install) 进入 Dify 控制台并开始初始化安装操作。
......
...@@ -43,7 +43,7 @@ Dify サーバーを起動する最も簡単な方法は、[docker-compose.yml]( ...@@ -43,7 +43,7 @@ Dify サーバーを起動する最も簡単な方法は、[docker-compose.yml](
```bash ```bash
cd docker cd docker
docker-compose up -d docker compose up -d
``` ```
実行後、ブラウザで [http://localhost/install](http://localhost/install) にアクセスし、初期化インストール作業を開始することができます。 実行後、ブラウザで [http://localhost/install](http://localhost/install) にアクセスし、初期化インストール作業を開始することができます。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment