update
This commit is contained in:
@@ -2,16 +2,14 @@ version: "3.9"
|
||||
|
||||
services:
|
||||
mcp-docx-server:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: mcp-docx-server
|
||||
image: mcp-mcp-9nfjir-mcp-docx-server:latest
|
||||
working_dir: /app
|
||||
# SSE MCP 服务端口
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
MCP_OUTPUT_BASE_URL: http://149.88.66.186:8080/download
|
||||
MCP_OUTPUT_BASE_URL: http://192.168.10.114:8080/download
|
||||
# 可选:挂载数据目录供 DOCX 读写
|
||||
volumes:
|
||||
- /root/uploads:/app/uploads
|
||||
|
||||
Reference in New Issue
Block a user