Files
Bruchtal/compose/tvheadend/docker-compose.yml
2026-03-11 16:07:32 +01:00

17 lines
356 B
YAML

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