mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-21 06:53:17 +08:00
10 lines
165 B
YAML
10 lines
165 B
YAML
version: '3.9'
|
|
services:
|
|
mermaid:
|
|
image: node:18.16.1-alpine3.18
|
|
stdin_open: true
|
|
tty: true
|
|
working_dir: /mermaid
|
|
volumes:
|
|
- ./:/mermaid
|