Network issue with docker

Hello ,
I’m currently trying to create a dockerfile and dockercompose to deploy Janus on multiple servers
For that i actually have a Dockerfile that download everything i need and a default configuration for the latest version of Janus 1.x to do sipcall .
My configuration allow me to connect using wss (certificates are good) and to call a phone number my problem is there i have no sound , i checked the admin API but everything look’s good (ice connected with the good selected pair) but i have that message (i think there is something to do with open udp ports from 10000 to 10200) i think this is not enought maybe idk


Could you please help me ?
Thank you by advance

Both the core and the SIP plugin have a configurable range of UDP ports. You should open both, ideally with host networking for your Docker instance (this presentation explains why).

Thank you, everything is working perfectly.