20 lines
335 B
Plaintext
20 lines
335 B
Plaintext
[Unit]
|
|
Description=Komga container
|
|
|
|
[Container]
|
|
AutoUpdate=registry
|
|
ContainerName=komga
|
|
Environment=TZ=Europe/Zurich
|
|
Image=docker.io/gotson/komga:latest
|
|
Pod=komga.pod
|
|
StartWithPod=true
|
|
Timezone=Europe/Zurich
|
|
Volume=komga-config.volume:/config
|
|
Volume=komga-data.volume:/data
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|