docker重新拉起失败
This commit is contained in:
@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user