Skip to content

Commit 5b63c22

Browse files
authored
Merge pull request #424 from apollographql/sync/main-into-develop-pr-420
Sync main → develop (PR #420)
2 parents 599b7b8 + c5d523c commit 5b63c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/deploy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ docker run \
2828
--env APOLLO_GRAPH_REF="<your-graph-ref>" \
2929
--env APOLLO_KEY="<your-graph-api-key>" \
3030
--env MCP_ENABLE=1 \
31-
-m /path/to/config:/config/mcp_config.yaml \
31+
-v /path/to/config:/config/mcp_config.yaml \
3232
--rm \
3333
ghcr.io/apollographql/apollo-runtime:latest
3434
```

0 commit comments

Comments
 (0)