diff --git a/headscale/Dockerfile b/headscale/Dockerfile index d9039cb..73d22fb 100644 --- a/headscale/Dockerfile +++ b/headscale/Dockerfile @@ -1,6 +1,6 @@ # Builder image FROM docker.io/golang:1.20-bullseye AS build -ARG VERSION=v0.22.1 +ARG VERSION=v0.22.3 ENV GOPATH /go RUN apt-get install -y git && \ diff --git a/headscale/app.sh b/headscale/app.sh index 0b38f73..e7c80ab 100644 --- a/headscale/app.sh +++ b/headscale/app.sh @@ -2,4 +2,5 @@ touch /var/lib/headscale/db.sqlite mkdir /var/lib/headscale/.cache +mkdir -p /var/run/headscale exec headscale -c /etc/headscale/config.yaml serve