Skip to content

MusicIP Docker

Nick Wootton edited this page Oct 25, 2019 · 2 revisions

unRAID-MusicIP-Docker

The XML file required to run the MusicIP Docker under unRAID.

This uses the Docker image created by ptoulouse and available here https://hub.docker.com/r/ptoulouse/musicip

Please visit https://www.spicefly.com/ for further information

Installation

The my-MusicIP.xml file needs to be copied to

/boot/config/plugins/dockerMan/templates-user

on the unRAID server. It should then appear in the available Docker modules and allow you to configure it to point to the location of your config and music.

This is just a XML template based around the following Docker run command

docker run -d \
  --name=musicip \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Europe/London \
  -p 10002:10002 \
  -v <path to music>:/music \
  -v <path to data>:/config \
  --restart unless-stopped \
  ptoulouse/musicip

The config directory will contain your MusicIP Library is saved.

Clone this wiki locally