Skip to content

Commit 588ef96

Browse files
authored
Merge pull request #189 from apollographql/docs-aio-container
2 parents f0e2a51 + fbcacf0 commit 588ef96

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/source/guides/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,19 +179,18 @@ The Apollo Runtime container includes all services necessary to serve GraphQL an
179179

180180
To serve both MCP and GraphQL requests, both port `4000` and `5000` will need to be exposed. An example command which retrieves the schema from Uplink is:
181181

182-
```bash title="Docker" {3, 6}
182+
```bash title="Docker" {3, 6}
183183
docker run \
184184
-p 4000:4000 \
185185
-p 5000:5000 \
186186
--env APOLLO_GRAPH_REF="<your-graph-ref>" \
187187
--env APOLLO_KEY="<your-graph-api-key>" \
188188
--env MCP_ENABLE=1 \
189-
--env MCP_UPLINK=1 \
190189
--rm \
191190
ghcr.io/apollographql/apollo-runtime:latest
192191
```
193192

194-
To learn more, review the [Apollo Runtime container documentation](/docs/graphos/routing/self-hosted/containerization/docker).
193+
To learn more, review the [Apollo Runtime container documentation](/graphos/routing/self-hosted/containerization/docker).
195194

196195
## Debugging with MCP Inspector
197196

0 commit comments

Comments
 (0)