forked from openGauss-Ecosystem/openGauss-server
docker重新拉起失败
This commit is contained in:
parent
16f8644c9b
commit
00eaec99a3
|
@ -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" \
|
||||
|
|
Loading…
Reference in New Issue