fix: use port 9999 to avoid conflict with stale bare process
This commit is contained in:
+1
-1
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user