1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-17 13:02:40 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
Tianon Gravi
fe89a60c9b Implement "nss_wrapper" for Debian variants 2018-05-24 11:39:50 -07:00
Codruț Constantin Gușoi
6fe8c15843 Listen only on the unix socket during init
Healthchecks that used `pg_isready -p 5432` were incorrectly flagging
the container as being healthy during initialization phase since
healthchecks are being run inside the container itself, so
`listen_addresses='localhost'` was not enough. Setting
`listen_addresses=''` forces the server to only listen on the unix
socket so no ports are open that might incorrectly interfeer with the
healthchecks.
2018-05-04 10:38:07 +01:00
Joe Ferguson
1805adb069 Postgres 10 renamed xlog to wal 2017-11-15 13:05:34 -08:00
Tianon Gravi
2f0f505894 Apply update.sh 2017-07-27 16:54:40 -07:00
Joe Ferguson
a4b217591a Add 10~beta1 2017-06-21 16:03:02 -07:00