From abbd9d6d3b4d7d4fafbde92476f2da35393e404b Mon Sep 17 00:00:00 2001 From: rvogel Date: Thu, 27 Jun 2024 15:00:58 +0200 Subject: [PATCH] Fix docs and Dockerfile --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4c280b5..d09a9bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -FROM jgraph/drawio \ No newline at end of file +FROM jgraph/drawio:latest \ No newline at end of file diff --git a/README.md b/README.md index f2bda61..cea8ee5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This currently is just a regular DrawIO server. Given you have this service running at `http://localhost:8080/`, you can configure the BlueSpice diagram like this: ```php -$GLOBALS['DrawioEditorBackendUrl'] = 'http://localhost:8080'; +$GLOBALS['wgDrawioEditorBackendUrl'] = 'http://localhost:8080'; ``` ## How to release a new version