Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 369 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 369 Bytes

docker sickrage

This is a Dockerfile to set up "SickRage" - (https://sickrage.tv/forums/)

Build from docker file

git clone [email protected]:timhaak/docker-sickrage.git
cd docker-sickrage
docker build -t sickrage .

docker run --restart=always -d -h your_host_name -v /your_config_location:/config -v /your_videos_location:/data -p 8081:8081 sickrage