修复 MCP 清单项更新并完善中文部署文档
Some checks failed
Translate / translate (push) Has been cancelled

This commit is contained in:
2026-09-04 11:22:02 +08:00
parent 8f5bf806e1
commit cdf44afc5b
3 changed files with 221 additions and 275 deletions

View File

@@ -1,6 +1,6 @@
services:
migrate:
image: ghcr.io/kanbn/kan-migrate:latest
image: kan-migrate:local
container_name: ${CONTAINER_NAME:-kan-migrate}
networks:
- kan-network
@@ -16,7 +16,7 @@ services:
restart: "no"
web:
image: ghcr.io/kanbn/kan:latest
image: kan:local
container_name: ${CONTAINER_NAME:-kan-web}
ports:
- "${WEB_PORT:-3000}:3000"