Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomWright authored Mar 28, 2024
1 parent e3aa335 commit f38a1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ While this currently serves the diagrams via HTTP, it could easily be manipulate

Run the container:
```
docker run -d --name mermaid-server -p 80:80 tomwright/mermaid-server:latest --allow-all-origins=true
docker run -d --name mermaid-server -p 80:80 tomwright/mermaid-server:latest
```

### Manually as a go command
Expand Down Expand Up @@ -51,4 +51,4 @@ curl --location --request GET 'http://localhost:80/generate?data=graph%20LR%0A%0
### Caching

All generated diagram input and output will be cached for 1 hour. The cache time is reset whenever a cached diagram is accessed.


0 comments on commit f38a1cd

Please sign in to comment.