Add --platform linux/amd64 to run command

This commit is contained in:
Sidharth Vinod
2023-08-17 04:31:15 +00:00
committed by GitHub
parent 3e2d35a5ae
commit 1c8201a204
+1 -1
View File
@@ -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