From 82b548b78a45407c4da119be17880c2fce42ee50 Mon Sep 17 00:00:00 2001 From: Dominique Barton Date: Fri, 10 Jul 2015 19:06:27 +0200 Subject: [PATCH] Updated port from 443 to 8080 (non privileged) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 92c1673..a264280 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN chown couchpotato: /start.sh \ VOLUME ['/datadir', '/media'] -EXPOSE 443 +EXPOSE 8080 USER couchpotato