Issues running Janus in Docker container with HOST type networking

We use Janus in Docker environment. So far we used BRIDGE networking for its container. As the project is growing, we need to use more and more ports and therefore we wanted to switch the Janus (and Turn server) container to HOST networking. Unfortunately after this switch I cannot access neither the main HTTP interface (default port 8880) nor the Admin interface (default port 7088) with any tool - TIMEOUT error is the result.
Are there some special requirements / configuration items for using Janus with Docker HOST type networking ? Thanks for any ideas, Zdenek

We have been using Janus inside Docker for several years, from pre-1.X up to the most recent release v 1.2. We have always used host networking mode, and 100 open RTP ports:

media: {
	rtp_port_range = "20000-20100"
}