Bump
This commit is contained in:
@@ -70,7 +70,7 @@ RUN \
|
||||
COPY root/ /
|
||||
RUN chmod +x /usr/local/bin/run.sh
|
||||
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||
EXPOSE 6600 6680 8000 1704 1705
|
||||
EXPOSE 1704 1705 6600 6680 8000
|
||||
VOLUME /data /music /playlists
|
||||
|
||||
LABEL description "Open source media server"
|
||||
|
||||
@@ -25,7 +25,7 @@ hostname = 0.0.0.0
|
||||
|
||||
[iris]
|
||||
snapcast_enabled = true
|
||||
snapcast_host = snapserver
|
||||
snapcast_host = 0.0.0.0
|
||||
snapcast_port = 1705
|
||||
country = US
|
||||
locale = en_US
|
||||
|
||||
@@ -13,11 +13,16 @@ if [ ! -r /data/.config/icecast.xml ]; then
|
||||
fi
|
||||
|
||||
if [ ! -r /data/icecast ]; then
|
||||
mkdir -p /data/icecast/logs
|
||||
mkdir -p /data/icecast/web /data/icecast/logs /data/icecast/admin
|
||||
cp -r /usr/share/icecast /data/icecast
|
||||
cp /defaults/silence.mp3 /data/icecast/web/silence.mp3
|
||||
fi
|
||||
|
||||
if [ ! -r /tmp/snapfifo ]; then
|
||||
touch /tmp/snapfifo
|
||||
chown mopidy:mopidy /tmp/snapfifo
|
||||
fi
|
||||
|
||||
chown -R mopidy:mopidy /data
|
||||
|
||||
su-exec mopidy mopidy --config /data/.config/mopidy.conf local scan
|
||||
|
||||
Reference in New Issue
Block a user