podbox/quadlets/homarr/homarr.container
redbeardymcgee f28b99e033 remove bad dependency lines
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/
2024-11-30 14:19:18 -06:00

18 lines
276 B
Text

[Unit]
Description=Homarr
[Service]
Restart=on-failure
TimeoutStartSec=900
[Install]
WantedBy=default.target
[Container]
Image=ghcr.io/ajnart/homarr:latest
ContainerName=homarr
HostName=homarr
Volume=homarr-configs:/app/data/configs
Volume=homarr-icons:/app/public/icons