docker重新拉起失败

This commit is contained in:
zhang_xubo 2023-03-07 17:01:36 +08:00
parent 16f8644c9b
commit 00eaec99a3
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ docker_temp_server_start() {
# internal start of server in order to allow setup using gsql 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}"
PGUSER="${PGUSER:-$GS_USER}" \
gs_ctl -D "$PGDATA" \