![]() |
|
Running MinimServer on Docker issues. - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Support (/forumdisplay.php?fid=4) +--- Thread: Running MinimServer on Docker issues. (/showthread.php?tid=7370) |
Running MinimServer on Docker issues. - Bryant_Hifi - 24-10-2024 08:48 docker container ls -a command shows that it is running normally, but I can't find MinimServer in the UPnP application. Currently, it is running under OpenWRT Docker, and the music file path is mounted correctly. Please help! RE: Running MinimServer on Docker issues. - simoncn - 24-10-2024 09:37 It sounds like you might not have the Docker container configured to use the host network. The suggested Docker command in point 3 of this section contains the option --network host and this option (or equivalent) is needed when you create the Docker container in OpenWRT. RE: Running MinimServer on Docker issues. - Bryant_Hifi - 24-10-2024 09:40 (24-10-2024 09:37)simoncn Wrote: It sounds like you might not have the Docker container configured to use the host network. The suggested Docker command in point 3 of this section contains the option --network host and this option (or equivalent) is needed when you create the Docker container in OpenWRT. Adding this parameter for creation with host networking. |