zrcadlo
https://github.com/mermaid-js/mermaid.git
synchronizováno 2025-11-02 03:44:16 +01:00
10 řádky
164 B
YAML
10 řádky
164 B
YAML
version: '3.9'
|
|
services:
|
|
mermaid:
|
|
image: node:20.3.1-alpine3.18
|
|
stdin_open: true
|
|
tty: true
|
|
working_dir: /mermaid
|
|
volumes:
|
|
- ./:/mermaid
|