19 lines
287 B
Plaintext
19 lines
287 B
Plaintext
[Unit]
|
|
Description=Kiwix container
|
|
|
|
[Container]
|
|
AutoUpdate=registry
|
|
ContainerName=kiwix
|
|
Exec='*.zim'
|
|
Image=ghcr.io/kiwix/kiwix-serve:latest
|
|
Pod=kiwix.pod
|
|
StartWithPod=true
|
|
Timezone=Europe/Zurich
|
|
Volume=kiwix-data.volume:/data
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|