Mopidy docker image with some popular extensions.
840
The base dir for all related files should be mounted under following path:
/data/mopidy
where the main configuration file mopidy.conf should available in the following location:
/data/mopidy/config/mopidy.conf
The following ports should be mapped/exposed:
You can also use host mode network and this ports get exposed by default.
If you want to load your local music files they should be mounted under the path
/music
Please run the following command on docker image so the index of your library can be generated, i.e:
docker run -it --rm --name mopidy -v /data/mopidy:/data/mopidy -v /where/is/your/music/:/Music lealoureiro/mopidy mopidy --config /data/mopidy/config local scan
This image should be run under the user mopidy in your system.
Please make sure the meanful/needed configuration for other extensions in this image are also available in the mopidy.conf
Check the official documentation for more information.
Feel free to add suggestions to improve this image.
Content type
Image
Digest
Size
366.5 MB
Last updated
over 5 years ago
docker pull lealoureiro/mopidy