Skip to content

Commit 62d204f

Browse files
committed
docs: add container destination path for volume mount
1 parent ea9e5b4 commit 62d204f

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
@@ -72,7 +72,7 @@ docker run \
7272
-it --rm \
7373
--name apollo-mcp-server \
7474
-p 5050:5050 \
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

0 commit comments

Comments
 (0)