Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 349 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 349 Bytes

IPTV Playlist Provider

Simple NodeJS Server providing a M3U playlist file to an IPTV renderer like M3U IPTV for LG TVs

Prepare and run docker

Build

docker build -t iptv-server .

Run

docker run -dp 8111:8111 -v "$(pwd)/data":/data --name iptv iptv-server

Cleanup docker

docker stop iptv && docker rm iptv