We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9e5b4 commit 62d204fCopy full SHA for 62d204f
docs/source/deploy.mdx
@@ -72,7 +72,7 @@ docker run \
72
-it --rm \
73
--name apollo-mcp-server \
74
-p 5050:5050 \
75
- -v <path/to>/mcp_config.yaml \
+ -v <path/to>/mcp_config.yaml:/config.yaml \
76
-v $PWD/graphql/TheSpaceDevs:/data \
77
--pull always \
78
ghcr.io/apollographql/apollo-mcp-server:latest /config.yaml
0 commit comments