From 3b5f37c7caebfb5d54f1fa22e2cef7f316128489 Mon Sep 17 00:00:00 2001 From: P0luz Date: Sun, 19 Apr 2026 17:51:59 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20README=E8=A1=A5=E5=85=85=E5=89=8D?= =?UTF-8?q?=E7=AB=AFDashboard=E5=9C=B0=E5=9D=80=E5=92=8C=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b07116c..baad3c0 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,11 @@ curl http://localhost:8000/health {"status":"ok","buckets":0,"decay_engine":"stopped"} ``` +浏览器打开前端 Dashboard:**http://localhost:8000/dashboard** + +> 如果你用的是 `docker-compose.user.yml` 默认端口,地址就是 `http://localhost:8000/dashboard`。 +> 如果你改了端口映射(比如 `18001:8000`),则是 `http://localhost:18001/dashboard`。 + > **看到错误?** 检查 Docker Desktop 是否正在运行(状态栏有图标)。 ### 第六步:接入 Claude @@ -193,6 +198,8 @@ docker logs ombre-brain 看到 `Uvicorn running on http://0.0.0.0:8000` 说明成功了。 +浏览器打开前端 Dashboard:**http://localhost:18001/dashboard**(`docker-compose.yml` 默认端口映射 `18001:8000`) + --- **接入 Claude.ai(远程访问)**