Skip to content

Commit bec88c3

Browse files
authored
Fix Docker image name in publishing docs (#274)
The correct Docker Hub image is ms2data/malloy-publisher, not malloydata/publisher. Signed-off-by: James Swirhun <james@credibledata.com>
1 parent 373e326 commit bec88c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/documentation/user_guides/publishing/publishing.malloynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Mount your config and packages into the container:
147147
docker run -p 4000:4000 \
148148
-v ./publisher.config.json:/publisher/publisher.config.json \
149149
-v ./packages:/publisher/packages \
150-
malloydata/publisher
150+
ms2data/malloy-publisher
151151
```
152152

153153
### Docker Compose
@@ -157,7 +157,7 @@ version: '3.8'
157157

158158
services:
159159
publisher:
160-
image: malloydata/publisher
160+
image: ms2data/malloy-publisher
161161
ports:
162162
- "4000:4000"
163163
- "4040:4040" # MCP endpoint for AI agents

0 commit comments

Comments
 (0)