Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/documentation/user_guides/publishing/publishing.malloynb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Mount your config and packages into the container:
docker run -p 4000:4000 \
-v ./publisher.config.json:/publisher/publisher.config.json \
-v ./packages:/publisher/packages \
malloydata/publisher
ms2data/malloy-publisher
```

### Docker Compose
Expand All @@ -157,7 +157,7 @@ version: '3.8'

services:
publisher:
image: malloydata/publisher
image: ms2data/malloy-publisher
ports:
- "4000:4000"
- "4040:4040" # MCP endpoint for AI agents
Expand Down