Bump
This commit is contained in:
@@ -48,7 +48,6 @@ RUN \
|
|||||||
&& sleep 10
|
&& sleep 10
|
||||||
|
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
RUN mv /data/.config/mopidy.conf.default /data/.config/mopidy.conf
|
|
||||||
RUN chmod +x /usr/local/bin/run.sh
|
RUN chmod +x /usr/local/bin/run.sh
|
||||||
EXPOSE 6600 6680 5555/udp
|
EXPOSE 6600 6680 5555/udp
|
||||||
VOLUME /data /music /playlists
|
VOLUME /data /music /playlists
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
[[ ! -f /data/.config/mopidy.conf ]] && cp /defaults/mopidy.conf /data/.config/mopidy.conf
|
||||||
|
|
||||||
function stop() {
|
function stop() {
|
||||||
kill $PID
|
kill $PID
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user