mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-12-22 08:48:54 +00:00
f6fa448ed8
Add an example about how to add additional fonts indside the PlantUML docker container.
14 lines
298 B
YAML
14 lines
298 B
YAML
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
|