[Komodo] vasceannie: Write Stack File: update docker-compose.yml

This commit is contained in:
komodo
2026-01-15 04:51:39 +00:00
parent 6828a58813
commit 4746b68a2c

View File

@@ -6,10 +6,10 @@ services:
environment:
MCP_TRANSPORT: streamable-http
MCP_HOST: 0.0.0.0
MCP_PORT: 8000
MCP_PORT: 8150
LIGHTRAG_BASE_URL: http://host.docker.internal:9621
ports:
- "8150:8000"
- "8150:8150"
extra_hosts:
- "host.docker.internal:host-gateway"
restart: unless-stopped