add doc: how to add fonts

Add an example about how to add additional fonts indside the PlantUML docker container.
This commit is contained in:
Florian
2023-05-24 22:24:50 +02:00
committed by PlantUML
parent 303976279f
commit f6fa448ed8
3 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: "3"
services:
plantuml-server:
image: plantuml/plantuml-server:jetty
container_name: plantuml-server
ports:
- "80:8080"
environment:
- TZ=Europe/Berlin
- BASE_URL=plantuml
volumes:
- /usr/share/fonts:/var/lib/jetty/.local/share/fonts/host:ro