
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/
21 lines
284 B
Text
21 lines
284 B
Text
[Unit]
|
|
Description=TV show metadata manager
|
|
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Container]
|
|
Image=ghcr.io/hotio/sonarr
|
|
ContainerName=sonarr
|
|
HostName=sonarr
|
|
|
|
Volume=sonarr-config:/config
|
|
Volume=/volumes/media:/data
|
|
|
|
PublishPort=8989
|
|
|