I executed this which is the example from here with version added to the bottom for reference
When I run the same script on my local via docker using either of;
docker run -d -p 8080:8080 plantuml/plantuml-server:jetty
docker run -d -p 8080:8080 plantuml/plantuml-server:tomcat
The resulting diagram has much tighter borders and text (FTP, HTTP) is overlapping the borders.
plantuml.com renders the image like this;
Rendering the image via docker looks like this;
What do I need to have the docker version render the same as the plantuml.com version?