jgraph / docker-drawio

Dockerized draw.io based on whichever is the most secure image at the time.
GNU General Public License v3.0
1.48k stars 359 forks source link

Fixing Docker Compose for PlantUML #105

Closed jeeftor closed 1 year ago

jeeftor commented 1 year ago

PlantUML does not appear to work unless this variable is set

I was unable to get PlantUML to work correctly w/out setting this flag which I saw was being referenced in the docker entrypoint

Without this flag we get this:

image image

With the flag set:

image image

davidjgraph commented 1 year ago

See #114

jeeftor commented 1 year ago

Thanks!