needo/sickrage

By needo

Updated over 9 years ago

Image
13

100K+

This is a Dockerfile setup for sickrage - https://sickrage.github.io/

To run:

docker run -d --name="sickrage" -v /path/to/sickrage/data:/config -v /path/to/downloads:/downloads -v /path/to/tv:/tv -v /etc/localtime:/etc/localtime:ro -p 8081:8081 needo/sickrage

Edge

If you would like to run the latest updates from the master branch as well as enable in-app updates run:

docker run -d --name="sickrage" -v /path/to/sickrage/data:/config -v /path/to/downloads:/downloads -v /path/to/tv:/tv -v /etc/localtime:/etc/localtime:ro -e EDGE=1 -p 8081:8081 needo/sickrage

Docker Pull Command

docker pull needo/sickrage