This commit is contained in:
Brandon
2019-08-16 17:24:28 -05:00
parent ddfc97cb75
commit c68596a202
2 changed files with 8 additions and 4 deletions

View File

@@ -8,9 +8,9 @@ RUN \
echo "* Installing Runtime Packages" \
&& echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
&& apk add --no-cache \
gst-plugins-good \
gst-plugins-ugly \
py2-gst \
gst-plugins-good@commuedge \
gst-plugins-ugly@commuedge \
py2-gst@commuedge \
su-exec@commuedge \
tini@commuedge \
&& pip instatall -U \

View File

@@ -1,5 +1,9 @@
# Mopidy + Iris Alpine Docker Image
![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/log1x/mopidy-iris?style=flat-square)
![Docker Pulls](https://img.shields.io/docker/pulls/log1x/mopidy-iris?style=flat-square)
![Docker Stars](https://img.shields.io/docker/stars/log1x/mopidy-iris?style=flat-square)
[Iris](https://github.com/jaedb/Iris) (formerly known as Spotmop) is an extension for the Mopidy music server. With support for Spotify, LastFM, Snapcast, Icecast and many other extensions, Iris is the software that brings all your music into one user-friendly and unified interface.
## Usage
@@ -16,7 +20,7 @@ $ docker run -d \
log1x/mopidy-iris
```
**Iris (Web UI):** `http://<host>:6680`
- **Iris (Web UI):** `http://<host>:6680`
## Bug Reports