From 4032a76e93ec202afd0c38e9aab26e2237d09e94 Mon Sep 17 00:00:00 2001 From: Dominique Barton Date: Thu, 9 Jul 2015 23:23:36 +0200 Subject: [PATCH] Added readme file and fixed start.sh --- README.md | 13 +++++++++++++ start.sh | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..287211e --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +## Build + +```bash +git clone https://github.com/confirm-it-solutions/docker-couchpotato.git +cd docker-couchpotato +docker build -t . +``` + +## Run + +```bash +docker run --name couchpotato -v :/datadir -v :/media +``` diff --git a/start.sh b/start.sh index 34b0e53..25665e1 100644 --- a/start.sh +++ b/start.sh @@ -1,4 +1,4 @@ #!/bin/sh -cd /sickbeard +cd /couchpotato git pull -./SickBeard.py --nolaunch --datadir=/datadir --config=/datadir/config.ini +./CouchPotato.py --datadir=/datadir --config_file=/datadir/config.ini