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