Files
selfhost_podman/headscale/headscale.container

24 lines
428 B
Plaintext

[Unit]
Description=Headscale Container
[Container]
Network=host
ContainerName=headscale
Image=docker.io/headscale/headscale:latest
Exec=serve
# Enable auto-update container
AutoUpdate=registry
Volume=%h/podman/headscale/config:/etc/headscale
Volume=%h/podman/headscale/data:/var/lib/headscale
Volume=%h/podman/headscale/run:/var/run/headscale
[Service]
Restart=always
TimeoutStartSec=300
[Install]
WantedBy=default.target