You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since commit '@yosifkit yosifkit Merge pull request #127 from infosiftr/listen_addresses' the Docker container is no longer able to accept external connections.
The patch only applies the listen_addresses='*' to the sample postgres.conf file, and since there are no instructions in docs as to how to override this, you end up with a docker container running postres, and able to connect from within the container, but not from without
this affects some downstream dockers like mdillon/postgis (will file an issue there too, in case it becomes a config option)