Skip to content

Commit bf4cba2

Browse files
committed
docs: add container path
1 parent 93e607b commit bf4cba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/deploy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ docker run \
7272
-it --rm \
7373
--name apollo-mcp-server \
7474
-p 8000:8000 \
75-
-v <path/to>/mcp_config.yaml \
75+
-v <path/to>/mcp_config.yaml:/config.yaml \
7676
-v $PWD/graphql/TheSpaceDevs:/data \
7777
--pull always \
7878
ghcr.io/apollographql/apollo-mcp-server:latest /config.yaml

graphql/TheSpaceDevs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ docker run \
6464
-it --rm \
6565
--name apollo-mcp-server \
6666
-p 8000:8000 \
67-
-v $PWD/graphql/TheSpaceDevs/config.yaml \
67+
-v $PWD/graphql/TheSpaceDevs/config.yaml:/config.yaml \
6868
-v $PWD/graphql/TheSpaceDevs:/data \
6969
ghcr.io/apollographql/apollo-mcp-server:latest /config.yaml
7070
```

0 commit comments

Comments
 (0)