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