exposing a host service to a vagrant instance

Developer from somewhere

I wanted to allow vagrant to connect to host’s postgres:

vagrant ssh -- -R 5432:localhost:5432