Guide for dockerized tailscale is needed

Hi there,
running a Raspberry Pi 4, amd64v6, I recently found this image that supports this Os build of the raspberry, but there is not a single guide regarding the volumes nor the networking about how to deploy.

Using sudo docker pull fastandfearless/tailscale I pulled the right image for my build without problems, but how can I deploy it?
preferably, please provide docker-compose.yaml file as an example :slight_smile:
thanks in advance.

This is what I use, but MagicDNS doesnโ€™t seem to work.

  tailscale:
    container_name: tailscale
    image: jauderho/tailscale
    restart: always
    hostname: falcon
    network_mode: host
    privileged: true
    command: tailscaled
    volumes:
     - /var/lib/tailscale:/var/lib/tailscale
     - /dev/net/tun:/dev/net/tun