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