Skip to content

tainrs/headscale

GitHub
docker.io

Starting the container

docker run --rm \
    --name headscale \
    -e PUID=1000 \
    -e PGID=1000 \
    -e UMASK=002 \
    -e TZ="Etc/UTC" \
    -v /<host_folder_config>:/etc/headscale \
    --publish 0.0.0.0:8080:8080 \
    --publish 0.0.0.0:9090:9090
    docker.io/tainrs/headscale:latest
services:
  headscale:
    container_name: headscale
    image: docker.io/tainrs/headscale:latest
    environment:
      - PUID=1000
      - PGID=1000
      - UMASK=002
      - TZ=Europe/Amsterdam
    volumes:
      - /<host_folder_config>:/config

This image provides the 'headscale' binary, which is a self-hosted implementation of the Tailscale control server. It is a server that manages the Tailscale network, and it is used to authenticate devices and manage their access to the network.

Tags

Tags Description Last Updated Age