change default port to 5433
All checks were successful
Build and Push Image / Build and push image (push) Successful in 12m57s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 12m57s
This commit is contained in:
parent
a2187a6ce9
commit
060b36d816
@ -267,7 +267,7 @@ 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:-5433}"
|
||||
|
||||
PGUSER="${PGUSER:-$POSTGRES_USER}" \
|
||||
pg_ctl -D "$PGDATA" \
|
||||
|
Loading…
Reference in New Issue
Block a user