This commit is contained in:
silk 2026-06-16 21:15:27 +08:00
parent 0b96c908c4
commit 6c6469d2ca
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# MCP Excel 分析服务
MCP_HOST=0.0.0.0
MCP_PORT=8910
MCP_PORT=8010
# 可选:配置后 backend 请求需带 Authorization: Bearer <key>
MCP_API_KEY=change-me-in-production

View File

@ -3,7 +3,7 @@ services:
build: .
container_name: mcp-excel-analyzer
ports:
- "8010:8010"
- "${MCP_PORT:-8010}:${MCP_PORT:-8010}"
env_file:
- .env
restart: unless-stopped