How do I connect to a docker postgreSQL container from outside the host
I have a docker container running postgresql connected to another container (webmapping server) on an ubuntu host. I would like to connect to my database from outside the host (another machine on the same network). I'm able to connect to…