
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/
18 lines
276 B
Text
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
|