fix: update image name references from "cs-ai-agent" to "agent-desk" in Docker files and documentation

This commit is contained in:
mlogclub
2026-05-31 18:27:12 +08:00
parent 1ef0374e14
commit 08fc446151
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -270,11 +270,11 @@ flowchart LR
如果只需要构建应用镜像,可以自行准备 MySQL 和 Qdrant,并挂载配置文件:
```bash
docker build -t cs-ai-agent .
docker build -t mlogclub/agent-desk .
docker run --rm -p 8083:8083 \
-v $(pwd)/docker/cs-ai-agent.yaml:/app/config/config.yaml:ro \
-v cs-ai-agent-data:/app/data \
cs-ai-agent
mlogclub/agent-desk
```
Compose 使用 [docker/cs-ai-agent.yaml](docker/cs-ai-agent.yaml) 作为容器内配置,应用会通过 Docker 内部服务名访问 `mysql``qdrant`