[info=dd1f7a0c04ee122a5750cc9b504a9679]
OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/postgres-12-image?expand=0&rev=16
This commit is contained in:
parent
136e94d67b
commit
923c1d8460
@ -40,3 +40,5 @@ RUN set -euo pipefail; chmod +x /usr/local/bin/docker-entrypoint.sh; \
|
||||
sed -ri "s|^#?(listen_addresses)\s*=\s*\S+.*|\1 = '*'|" /usr/share/postgresql12/postgresql.conf.sample
|
||||
|
||||
STOPSIGNAL SIGINT
|
||||
HEALTHCHECK --interval=10s --start-period=10s --timeout=5s \
|
||||
CMD pg_isready -U ${POSTGRES_USER:-postgres} -h localhost -p 5432
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 13 11:26:06 UTC 2023 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
- Add Healthcheck
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 16:27:16 UTC 2023 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user