
Podman doesn't actually support `network-online.target` in quadlets because systemd user sessions cannot see system units. https://blog.podman.io/2024/10/podman-5-3-changes-for-improved-networking-experience-with-pasta/
25 lines
361 B
Text
25 lines
361 B
Text
[Unit]
|
|
Description=calibre-web
|
|
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Container]
|
|
Image=lscr.io/linuxserver/calibre-web:latest
|
|
ContainerName=calibre-web
|
|
HostName=calibre-web
|
|
|
|
PublishPort=8083
|
|
|
|
Volume=/volumes/books:/books
|
|
Volume=calibre-web-config:/config
|
|
Volume=calibre-web-database:/database
|
|
|
|
Environment=TZ=
|
|
|
|
|