Add --platform linux/amd64 to run command
This commit is contained in:
@@ -24,7 +24,7 @@ You can try out a live version [here](https://mermaid.live/).
|
||||
### Run published image
|
||||
|
||||
```bash
|
||||
docker run --publish 8000:8080 ghcr.io/mermaid-js/mermaid-live-editor
|
||||
docker run --platform linux/amd64 --publish 8000:8080 ghcr.io/mermaid-js/mermaid-live-editor
|
||||
```
|
||||
|
||||
### To configure renderer URL
|
||||
|
||||
Reference in New Issue
Block a user