We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373e326 commit bec88c3Copy full SHA for bec88c3
1 file changed
src/documentation/user_guides/publishing/publishing.malloynb
@@ -147,7 +147,7 @@ Mount your config and packages into the container:
147
docker run -p 4000:4000 \
148
-v ./publisher.config.json:/publisher/publisher.config.json \
149
-v ./packages:/publisher/packages \
150
- malloydata/publisher
+ ms2data/malloy-publisher
151
```
152
153
### Docker Compose
@@ -157,7 +157,7 @@ version: '3.8'
157
158
services:
159
publisher:
160
- image: malloydata/publisher
+ image: ms2data/malloy-publisher
161
ports:
162
- "4000:4000"
163
- "4040:4040" # MCP endpoint for AI agents
0 commit comments