lKinderBueno/Streamity-Xtream-IPTV-Web-player

Docker version?

Opened this issue · 2 comments

Hi All, this looks like a very interesting project- thanks for your effort.

Is anyone aware if there is a Docker version of this project?

Cheers

I would also like to see a Docker version made available. I know that TrueCharts won't create an app for it without a containerized version.

Install docker,
make folder "site" in your user directory add the files in it and run the docker or replace ~/site with your custom location bellow
docker run -it -d -p 80:80 --name dockercontainername -v ~/site:/usr/share/nginx/html nginx
if you want run it on another port ex. 8080 then change -p 8080:80