Skip to content

Docker build file for yify-pop (Popcorn-time style app with Web UI for YIFY content)

License

Notifications You must be signed in to change notification settings

kim0/docker-yify-pop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

docker-yify-pop

Docker build file for yify-pop (Popcorn-time style app with Web UI for YIFY content). You need to have https://www.docker.com/ installed and running to make this useful

To Run

docker run -d --name yify-pop -p 4000:4000 -p 8889:8889 kim0/yify-pop

To build

git clone https://github.com/kim0/docker-yify-pop.git
docker build -t yify-pop-custom docker-yify-pop

then to run that

docker run -d --name yify-pop -p 4000:4000 -p 8889:8889 yify-pop-custom

TODO

  • Run application under non-root user account for better security
  • Allow changing port numbers (currently afaict application is expecting fixed numbers)

About

Docker build file for yify-pop (Popcorn-time style app with Web UI for YIFY content)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages