Added readme file and fixed start.sh

This commit is contained in:
Dominique Barton
2015-07-09 23:27:28 +02:00
parent 0d8c8b3422
commit 4032a76e93
2 changed files with 15 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
## Build
```bash
git clone https://github.com/confirm-it-solutions/docker-couchpotato.git
cd docker-couchpotato
docker build -t <tag> .
```
## Run
```bash
docker run --name couchpotato -v <datadir path>:/datadir -v <media path>:/media
```
+2 -2
View File
@@ -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