Skip to content

Commit 6bd7a8a

Browse files
committed
docs: also fix port mapping
1 parent 62d204f commit 6bd7a8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/deploy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ schema:
7171
docker run \
7272
-it --rm \
7373
--name apollo-mcp-server \
74-
-p 5050:5050 \
74+
-p 5050:5000 \
7575
-v <path/to>/mcp_config.yaml:/config.yaml \
7676
-v $PWD/graphql/TheSpaceDevs:/data \
7777
--pull always \

docs/source/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Your project includes a pre-configured `mcp.Dockerfile` for easy deployment. Thi
265265
1. Run locally:
266266

267267
```bash
268-
docker run -p 4000:4000 -p 5050:5050 \
268+
docker run -p 4000:4000 -p 5050:5000 \
269269
-e APOLLO_KEY=$APOLLO_KEY \
270270
-e APOLLO_GRAPH_REF=$APOLLO_GRAPH_REF \
271271
-e MCP_ENABLE=1 \
@@ -280,7 +280,7 @@ Your project includes a pre-configured `mcp.Dockerfile` for easy deployment. Thi
280280
| ---------------------------- | ------------------------------- | -------- |
281281
| `APOLLO_KEY` | Your graph's API key | Yes |
282282
| `APOLLO_GRAPH_REF` | Your graph reference | Yes |
283-
| `APOLLO_MCP_TRANSPORT__PORT` | MCP server port (default: 5050) | No |
283+
| `APOLLO_MCP_TRANSPORT__PORT` | MCP server port (default: 5000) | No |
284284
| `APOLLO_ROUTER_PORT` | Router port (default: 4000) | No |
285285

286286
For more deployment options, see the [Deploy the MCP Server](/apollo-mcp-server/deploy) page.

0 commit comments

Comments
 (0)