fix: use port 9999 to avoid conflict with stale bare process

This commit is contained in:
2026-09-08 15:54:07 +00:00
parent af7103aa87
commit 0495ad269e
+1 -1
View File
@@ -3,7 +3,7 @@ services:
build: .
container_name: komodo-mcp-server
ports:
- "9801:9800"
- "9999:9800"
environment:
- KOMODO_BASE_URL=${KOMODO_BASE_URL:-http://10.10.2.114:9120}
- KOMODO_API_KEY=${KOMODO_API_KEY}