Todo: Finish Icecast configuration
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user