I am still using MusicIP quite often to generate automatic playlists.
I am running LMS and MusicIP as two separate docker container, LMS container running in host network mode, and the MusicIP container running in bridge network mode. Both containers therefore have the same apparent IP address.
I want to move the MusicIP container to MACVLAN network mode to avoid potential TCP/UDP ports conflicts. That would assign a different IP address to the LMS container. Is there anyway I can tell the LMS server what is the IP of the MusicIP server?
I am running LMS and MusicIP as two separate docker container, LMS container running in host network mode, and the MusicIP container running in bridge network mode. Both containers therefore have the same apparent IP address.
I want to move the MusicIP container to MACVLAN network mode to avoid potential TCP/UDP ports conflicts. That would assign a different IP address to the LMS container. Is there anyway I can tell the LMS server what is the IP of the MusicIP server?