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