修复 用户配置不生效

This commit is contained in:
2025-11-18 15:30:23 +08:00
parent f8ed0ef3c0
commit 8e8e39611a
4 changed files with 23 additions and 9 deletions

View File

@@ -30,8 +30,8 @@ services:
ports:
- ${SVR_HTTP_PORT}:9380
- ${ADMIN_SVR_HTTP_PORT}:9381
- 80:80
- 443:443
- 8000:80
- 8443:443
- 5678:5678
- 5679:5679
- 9382:9382 # entry for MCP (host_port:docker_port). The docker_port must match the value you set for `mcp-port` above.