[add] mermaid
This commit is contained in:
parent
69eab7c66c
commit
ea56c8ebf7
13
mermaid-server/docker-compose.yml
Normal file
13
mermaid-server/docker-compose.yml
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user