Skip to content

Commit 7249596

Browse files
author
jeromechoo
committed
Fix port
1 parent bf59402 commit 7249596

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
@@ -7,7 +7,7 @@ services:
77
dockerfile: Dockerfile
88
container_name: diffbot-mcp-server
99
ports:
10-
- "${DIFFBOT_MCP_PORT}:8000"
10+
- "8154:8000"
1111
environment:
1212
- PYTHONUNBUFFERED=1
1313
- MCP_TRANSPORT=http

0 commit comments

Comments
 (0)