Skip to content

Commit

Permalink
Add "How to run a container" section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jihchi committed Apr 8, 2024
1 parent 2d1998a commit 0609699
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0609699

Please sign in to comment.