Skip to content

Commit

Permalink
Fix docs and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rvogel committed Jun 27, 2024
1 parent 6f7f242 commit abbd9d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM jgraph/drawio
FROM jgraph/drawio:latest
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abbd9d6

Please sign in to comment.