[add] mermaid

This commit is contained in:
Andy Bunce 2022-09-18 22:52:38 +01:00
parent 69eab7c66c
commit ea56c8ebf7

View File

@ -0,0 +1,13 @@
---
version: "2.1"
services:
mermaid:
image: tomwright/mermaid-server:latest
container_name: mermaid
environment:
- USER_UID=1000
- USER_GID=1000
ports:
- "4500:80"
restart: unless-stopped