18 lines
306 B
Text
18 lines
306 B
Text
[Unit]
|
|
Description=A local PlantUML server
|
|
|
|
[Container]
|
|
# keep-sorted start
|
|
ContainerName=plantuml
|
|
Image=docker.io/plantuml/plantuml-server:jetty
|
|
Network=private
|
|
PodmanArgs=--transient-store
|
|
PublishPort=8080:8080
|
|
ReadOnly=true
|
|
# keep-sorted end
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Service]
|
|
Restart=always
|