From 06096998c184a235ac40e68b1e3ba69e8a262ec3 Mon Sep 17 00:00:00 2001 From: jihchi Date: Mon, 8 Apr 2024 19:32:59 +0200 Subject: [PATCH] Add "How to run a container" section to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 07c8ef0..cc8e993 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ DEBUG=app:* pnpm start Go to http://localhost:3000 +## Lunch a container + +See [here](https://github.com/jihchi/mermaid.ink/pkgs/container/mermaid.ink) for supported tags. + +``` +docker run ghcr.io/jihchi/mermaid.ink +``` + ## Troubleshooting ### I'm getting back `HTTP 431 Request Header Fields Too Large` error