diff --git a/entries/coze/install.md b/entries/coze/install.md index c965e80..efe0a4a 100644 --- a/entries/coze/install.md +++ b/entries/coze/install.md @@ -6,7 +6,7 @@ Coze 是一个 AI 聊天机器人和应用开发平台,提供 LLM、知识库 - Docker 已安装并运行 - 内存:≥ 4GB - 磁盘空间:≥ 8GB -- 端口:8800 +- 端口:8888 ## 安装方式 使用 `docker` 部署。 @@ -14,7 +14,7 @@ Coze 是一个 AI 聊天机器人和应用开发平台,提供 LLM、知识库 ### 步骤 1. 拉取 Docker 镜像并启动容器: ```bash -docker run -d -p 8800:8800 --name coze coze/coze:latest +docker run -d -p 8888:8888 --name coze coze/coze:latest ``` ## 配置项 @@ -22,4 +22,4 @@ docker run -d -p 8800:8800 --name coze coze/coze:latest - API Key 配置 ## 验证 -访问 `http://localhost:8800` 确认服务已启动。 +访问 `http://localhost:8888` 确认服务已启动。 diff --git a/entries/dify/install.md b/entries/dify/install.md index cbab2aa..4fc9396 100644 --- a/entries/dify/install.md +++ b/entries/dify/install.md @@ -6,7 +6,7 @@ Dify 是一个开源的 LLM 应用开发平台,提供从 Agent 构建到 AI Wo - Docker 已安装并运行 - 内存:≥ 4GB - 磁盘空间:≥ 10GB -- 端口:3000, 5001 +- 端口:80 ## 安装方式 使用 `docker-compose` 部署。 @@ -24,4 +24,4 @@ docker compose up -d - OpenAI API Key(可选) ## 验证 -访问 `http://localhost:3000` 确认服务已启动。 +访问 `http://localhost`(API 基址 `http://localhost/v1`)确认服务已启动。 diff --git a/entries/openclaw/install.md b/entries/openclaw/install.md index 1e869fc..fbc257b 100644 --- a/entries/openclaw/install.md +++ b/entries/openclaw/install.md @@ -6,7 +6,7 @@ OpenClaw 是一个开源的 Agent 运行时平台,提供嵌入式运行时、 - Docker 已安装并运行 - 内存:≥ 4GB - 磁盘空间:≥ 10GB -- 端口:8080, 3000 +- 端口:18789 ## 安装方式 使用 `docker-compose` 部署。 @@ -25,4 +25,4 @@ docker compose up -d - API Key 配置 ## 验证 -访问 `http://localhost:8080` 确认服务已启动。 +访问 `http://localhost:18789` 确认服务已启动。