Skip to content

Commit 758ebef

Browse files
committed
fix: correct command syntax for mcp-proxy service in docker-compose.yml
1 parent 67719fc commit 758ebef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
dockerfile: Dockerfile
4040
ports:
4141
- "3000:3000"
42-
command: python -m mcp.proxy http://mcp-server:3001/sse --port 3000 --host 0.0.0.0 --allow-origin="*"
42+
command: mcp-proxy http://mcp-server:3001/sse --port 3000 --host 0.0.0.0 --allow-origin="*"
4343
depends_on:
4444
- mcp-server
4545

0 commit comments

Comments
 (0)