From 2386520211f13a8a4b419994b36e418c1278a2dc Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 15 Nov 2014 20:11:52 +0100 Subject: [PATCH] Moved to different port than icecast --- Dockerfile | 2 +- shoutcast.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index acdbe90..40ae155 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,6 @@ RUN apt-get update && \ VOLUME ["/etc/shoutcast"] -EXPOSE 8000 +EXPOSE 8001 ENTRYPOINT ["/opt/shoutcast/sc_serv", "/etc/shoutcast/shoutcast.conf"] diff --git a/shoutcast.conf b/shoutcast.conf index 416315f..58209e2 100644 --- a/shoutcast.conf +++ b/shoutcast.conf @@ -23,6 +23,7 @@ ripfile=/etc/shoutcast/sc_serv.rip ; connections then you can use this option e.g. to use 80 ; otherwise port 8000 is used as the default to listen on. ;portbase=80 +portbase=8001 ; password used by sc_trans or the Winamp dsp plug-in