Dockerfile to build latest stable tvheadend version from Github.
2.8K
Dockerfile to build latest stable tvheadend version from git. Just clone this repo, then :
cd tvheadend
docker build -t tvheadend .
Then you could run the container with this command :
docker run -d --restart=always -p 9981:9981 -p 9982:9982 --name tv \
&& --device=/dev/dvb/adapter0:/dev/dvb/adapter0 \
&& -e XMLTV_EPG_URL='your_iptv_provider_epg_xmltv_url' \
&& -v /data/tvheadend/conf:/data/conf \
&& -v /data/tvheadend/dvr:/data/media tvheadend
Content type
Image
Digest
Size
56.6 MB
Last updated
over 5 years ago
docker pull tchabaud/tvheadend