How to install MinimServer in Docker? Correction

Discussion about Docker
Locked
User avatar
dinegredin
Posts: 2
Joined: 03 Dec 2021, 23:08

How to install MinimServer in Docker? Correction

Post by dinegredin »

The tutorial needs to be corrected because it did'nt work for me and apparently I'm not the only one having issues.

viewtopic.php?t=1379

In order to make it work you need to change few settings of the container at step 3 :

-In the volume tab you need to map your Music folder to a path that Minimserver will see in the container
For example mnt/md0/Music mapped to /Music
-In the network tab You need aswell to put it in host mode otherwise minimserver won't be seen in the network

After that you don't really need to change anything to the local DCP the port
As you will be able access the minimserver setting page directly from the network port
such as http://192.168.8.10:9790/

I hope I made it clear but I think the tutorial should be corrected to avoid any dead end.
User avatar
dinegredin
Posts: 2
Joined: 03 Dec 2021, 23:08

Re: How to install MinimServer in Docker? Correction

Post by dinegredin »

Edit : I found that the best option for me was to map the actual music folder to /media
Because Tromatik version of Minimserver connect by default to this folder.
Locked