This commit is contained in:
Brandon
2019-08-18 10:27:11 -05:00
parent 96c24e8089
commit 2b26f85fb1

View File

@@ -45,11 +45,12 @@ RUN \
&& echo "* Ready to start Mopidy" \
&& sleep 1
EXPOSE 6600 6680 5555/UDP
VOLUME /data /music
COPY mopidy.conf /data/.config/mopidy.conf
COPY run.sh /usr/local/bin/run.sh
RUN chmod +x /usr/local/bin/run.sh
EXPOSE 6600 6680 5555/udp
VOLUME ["/music", "/data"]
LABEL description "Open source media server"