infra(comose): ordern umbenannt

This commit is contained in:
2026-03-05 18:39:06 +01:00
parent 6465cd9ddc
commit 4c11ae66e0
24 changed files with 26 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
services:
tvheadend:
image: lscr.io/linuxserver/tvheadend:latest
container_name: tvheadend
network_mode: host
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes:
- /docker/Daten/tvheadend/config:/config
- /docker/Daten/tvheadend/recordings:/recordings
restart: unless-stopped