I have a media server container and I need to have it on both the host network for DLNA functionality but also on a docker network that handles all the web traffic between my website containers and the SSL proxy.
network_mode does not mix with the network option and I can’t seem to find a way to specify the host network as an external network in the networks section.
How do I do this?