From 4b14795f137f662887cf2afe1b76ade2f2efa0de Mon Sep 17 00:00:00 2001 From: derekc Date: Fri, 20 Feb 2026 23:39:40 -0800 Subject: [PATCH] Add Draw.io/docker-compose.yaml --- Draw.io/docker-compose.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Draw.io/docker-compose.yaml diff --git a/Draw.io/docker-compose.yaml b/Draw.io/docker-compose.yaml new file mode 100644 index 0000000..e08423d --- /dev/null +++ b/Draw.io/docker-compose.yaml @@ -0,0 +1,7 @@ +services: + drawio: + container_name: drawio + image: jgraph/drawio:latest + ports: + - ${DRAWIO_PORT}:8080 + restart: unless-stopped \ No newline at end of file