Todo: Finish Icecast configuration

This commit is contained in:
Brandon
2019-08-20 08:29:22 -05:00
parent 9768a14e15
commit 02e1379e1d
2 changed files with 6 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ RUN \
py2-gst \ py2-gst \
py-gobject \ py-gobject \
su-exec \ su-exec \
icecast \
gstreamer \ gstreamer \
gst-plugins-base \ gst-plugins-base \
gst-plugins-good \ gst-plugins-good \
@@ -53,7 +54,7 @@ RUN \
COPY root/ / COPY root/ /
RUN chmod +x /usr/local/bin/run.sh RUN chmod +x /usr/local/bin/run.sh
EXPOSE 6600 6680 5555/udp EXPOSE 6600 6680 8000 5555/udp
VOLUME /data /music /playlists VOLUME /data /music /playlists
LABEL description "Open source media server" LABEL description "Open source media server"

View File

@@ -18,3 +18,7 @@ hostname = 0.0.0.0
[mpd] [mpd]
hostname = 0.0.0.0 hostname = 0.0.0.0
[iris]
country = US
locale = en_US