diff --git a/Dockerfile b/Dockerfile index 2190f3f..d748bf7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN chmod 755 /couchpotato.sh VOLUME ["/datadir", "/download"] -EXPOSE 5000 +EXPOSE 5050 # # Start CouchPotato. diff --git a/couchpotato.sh b/couchpotato.sh index 2d82de0..2967f1b 100644 --- a/couchpotato.sh +++ b/couchpotato.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e #