Added readme file and fixed start.sh
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user