fix(docker): Provide --host 0.0.0.0 in default docker image

This commit is contained in:
Chris Coutinho
2025-09-11 17:44:45 +02:00
parent 5bdf840098
commit 06042357f8
3 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ services:
mcp:
build: .
command: ["--host", "0.0.0.0", "--transport", "streamable-http"]
command: ["--transport", "streamable-http"]
ports:
- 127.0.0.1:8000:8000
environment: