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 93e607b commit bf4cba2Copy full SHA for bf4cba2
docs/source/deploy.mdx
@@ -72,7 +72,7 @@ docker run \
72
-it --rm \
73
--name apollo-mcp-server \
74
-p 8000:8000 \
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
graphql/TheSpaceDevs/README.md
@@ -64,7 +64,7 @@ docker run \
64
65
66
67
- -v $PWD/graphql/TheSpaceDevs/config.yaml \
+ -v $PWD/graphql/TheSpaceDevs/config.yaml:/config.yaml \
68
69
70
```
0 commit comments