From 48cba35c47e11150c0304d3d2545febaf3891e01 Mon Sep 17 00:00:00 2001 From: hailin Date: Fri, 16 May 2025 18:22:38 +0800 Subject: [PATCH] . --- docker-entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 10cefa7..49b5d95 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -267,7 +267,8 @@ docker_temp_server_start() { # internal start of server in order to allow setup using psql client # does not listen on external TCP/IP and waits until start finishes - set -- "$@" -c listen_addresses='' -p "${PGPORT:-5432}" + #set -- "$@" -c listen_addresses='' -p "${PGPORT:-5432}" + set -- "$@" -p "${PGPORT:-5432}" # unset NOTIFY_SOCKET so the temporary server doesn't prematurely notify # any process supervisor.