From c01c9a6d515fd1cbdb2c8b1467325c3f0a99feea Mon Sep 17 00:00:00 2001 From: Dominique Barton Date: Wed, 20 Jan 2016 21:23:12 +0100 Subject: [PATCH] Update --- Dockerfile | 2 +- couchpotato.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 #