Añadir drawio_compose.yaml
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user