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