I have configured Xdebug inside PHP container which is run by Docker inside Vagrant.
What's the best way to get Xdebug working in PhpStorm, so how to expose docker container debugger info (port 9003) to establish connection with PhpStorm on enabled PHP Debug Connections listener. Since there are 2 communication layers (PC->Vagrant->Docker)