thedocks/tvheadend/docker-compose.yml

21 lines
429 B
YAML
Raw Normal View History

2021-10-21 21:30:21 +01:00
---
version: "2.1"
services:
tvheadend:
image: lscr.io/linuxserver/tvheadend
container_name: tvheadend
environment:
2022-10-01 21:14:18 +01:00
- PUID=1000
- PGID=1000
2021-10-21 21:30:21 +01:00
- TZ=Europe/London
volumes:
- ./config:/config
2021-11-10 21:46:03 +00:00
- /mnt/media/recordings:/recordings
# - ./recordings:/recordings
2021-10-21 21:30:21 +01:00
ports:
- 9981:9981
- 9982:9982
devices:
- /dev/dvb:/dev/dvb #optional
restart: unless-stopped