Hi, I have an Azure VM (private ip is
10.1.0.18) where Selenoid instance is run with hosts: ["localhost:
10.1.0.18"] browsers config. I have established there an ssh connection with local port forwarding to another VM where app is run. curl http://localhost:14443 from Selenoid to App VM works fine. But I have not still reached http://localhost:14443 from a browser container. Can you please tell me what I did wrong? I have also tried
http://host.docker.internal:14443 from a container without hosts configuration but no success.