12 lines
306 B
YAML
12 lines
306 B
YAML
drawio:
|
|
image: jgraph/drawio:latest
|
|
container_name: drawio
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8091:8080" # http://tu_servidor:8080
|
|
- "8448:8443" # https (certificado autofirmado)
|
|
volumes:
|
|
- ./drawio_data:/root/.config/draw
|
|
environment:
|
|
- TZ=Europe/Madrid
|