lKinderBueno / Streamity-Xtream-IPTV-Web-player

Streamity.tv XTREAM Api. Advanced IPTV webplayer fully customizable with easy installer
269 stars 140 forks source link

Docker version? #42

Open onestix opened 2 years ago

onestix commented 2 years ago

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

ghost commented 1 year ago

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.

z0mbyHG commented 7 months ago

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