This commit is contained in:
Brandon
2019-08-16 17:18:52 -05:00
parent c42f504220
commit ddfc97cb75
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
FROM jfloff/alpine-python:2.7
MAINTAINER Log1x <github@log1x.com>
USER mopidy
ENV PGID=1000 PUID=1000
WORKDIR /mopidy-iris
@@ -35,6 +34,7 @@ RUN \
&& echo "* Ready to start Mopidy" \
&& sleep 10
USER mopidy
COPY mopidy.conf /config/mopidy.conf
COPY run.sh /usr/local/bin/run.sh
RUN chmod +x /usr/local/bin/run.sh

View File

@@ -13,7 +13,7 @@ $ docker run -d \
-v <path for data files>:/data \
-v <path for music files>:/music \
-v <path for playlist files>:/playlists \
log1x/mopidy-iris
log1x/mopidy-iris
```
**Iris (Web UI):** `http://<host>:6680`