thedocks/mermaid-server/docker-compose.yml

14 lines
230 B
YAML
Raw Normal View History

2022-09-18 22:52:38 +01:00
---
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