services: tvheadend: image: lscr.io/linuxserver/tvheadend:latest container_name: tvheadend network_mode: host environment: - PUID=1001 - PGID=1001 - TZ=Europe/Berlin ports: - 9981:9981 - 9982:9982 volumes: - /srv/docker/daten/tvheadend/config:/config - /srv/docker/daten/tvheadend/recordings:/recordings restart: unless-stopped