Dockerised Mopidy server with Spotify along with the recent playlist loading fix
2.8K
Run mopidy plus various extensions in a docker container
cd into the directory of your architecture.
docker build -t rawdlite/mopidy .
docker run -d --name mopidy --net host --device /dev/snd \
-v ~/.config/mopidy/mopidy.conf:/root/.config/mopidy/mopidy.conf \
-v /data/music:/data/music rawdlite/mopidy
Content type
Image
Digest
Size
317.1 MB
Last updated
about 8 years ago
docker pull talltechdude/docker-mopidy