Bump
This commit is contained in:
@@ -26,7 +26,6 @@ RUN \
|
|||||||
py2-gst@edge \
|
py2-gst@edge \
|
||||||
py-gobject@edge \
|
py-gobject@edge \
|
||||||
su-exec \
|
su-exec \
|
||||||
gstreamer-tools@edge \
|
|
||||||
gst-plugins-good@edge \
|
gst-plugins-good@edge \
|
||||||
gst-plugins-ugly@edge \
|
gst-plugins-ugly@edge \
|
||||||
&& pip install -U \
|
&& pip install -U \
|
||||||
@@ -41,12 +40,12 @@ RUN \
|
|||||||
&& addgroup -g ${PGID} mopidy \
|
&& addgroup -g ${PGID} mopidy \
|
||||||
&& adduser -h /mopidy -s /bin/sh -D -G mopidy -u ${PUID} mopidy \
|
&& adduser -h /mopidy -s /bin/sh -D -G mopidy -u ${PUID} mopidy \
|
||||||
&& echo "* Fixing privileges" \
|
&& echo "* Fixing privileges" \
|
||||||
&& mkdir -p /data \
|
&& mkdir -p /data/.config /data/.cache \
|
||||||
&& chown -R mopidy:mopidy /data \
|
&& chown -R mopidy:mopidy /data \
|
||||||
&& echo "* Ready to start Mopidy" \
|
&& echo "* Ready to start Mopidy" \
|
||||||
&& sleep 1
|
&& sleep 1
|
||||||
|
|
||||||
COPY mopidy.conf /data/config/mopidy.conf
|
COPY mopidy.conf /data/.config/mopidy.conf
|
||||||
COPY run.sh /usr/local/bin/run.sh
|
COPY run.sh /usr/local/bin/run.sh
|
||||||
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
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[core]
|
[core]
|
||||||
cache_dir = /data/cache
|
cache_dir = /data/.cache
|
||||||
config_dir = /data/config
|
config_dir = /data/.config
|
||||||
data_dir = /data
|
data_dir = /data
|
||||||
|
|
||||||
[file]
|
[file]
|
||||||
@@ -17,7 +17,7 @@ library = sqlite
|
|||||||
playlists_dir = /playlists
|
playlists_dir = /playlists
|
||||||
|
|
||||||
[http]
|
[http]
|
||||||
hostname = ::
|
hostname = 0.0.0.0
|
||||||
|
|
||||||
[mpd]
|
[mpd]
|
||||||
hostname = ::
|
hostname = 0.0.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user