File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ docker run \
35
35
-p 5000:5000 \
36
36
-v <path to the preceding config>:/config.yaml \
37
37
-v $PWD/graphql/TheSpaceDevs:/data \
38
+ --pull always \
38
39
ghcr.io/apollographql/apollo-mcp-server:latest /config.yaml
39
40
```
40
41
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ You can run the MCP Server using the Rover CLI or Docker.
113
113
-p 5000:5000 \
114
114
-v $PWD/graphql/TheSpaceDevs/config.yaml:/config.yaml \
115
115
-v $PWD/graphql/TheSpaceDevs:/data \
116
+ --pull always \
116
117
ghcr.io/apollographql/apollo-mcp-server:latest /config.yaml
117
118
```
118
119
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ docker run \
119
119
-p 5000:5000 \
120
120
-v < PATH/TO/CONFIG/FILE> :/config.yaml \
121
121
-v < PATH/TO/PROJECT/ROOT> :/data \
122
+ --pull always \
122
123
ghcr.io/apollographql/apollo-mcp-server:latest /config.yaml
123
124
```
124
125
You can’t perform that action at this time.
0 commit comments