I have a docker 17.05.0-ce, build 89658be on ubuntu server 16.04 LTS. I have a Postgres running in a container and exposing port 5432.
I can connect it from anywhere except a sibling container where psql just timeouts. As address, I use the host's IP. Ping from client works, psql connect doesn't.
I know I could create a docker-compose with combined Postgres service, but would rather not - I want to keep them totally separate.
Any idea how to troubleshoot the problem?