Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350dd80 commit c3f3bb3Copy full SHA for c3f3bb3
12/alpine/docker-entrypoint.sh
@@ -235,7 +235,7 @@ docker_temp_server_start() {
235
236
# internal start of server in order to allow setup using psql client
237
# does not listen on external TCP/IP and waits until start finishes
238
- set -- "$@" -c listen_addresses='' -p "${PGPORT:-5432}"
+ set -- "$@" -c listen_addresses='' -p "${PGPORT:-5439}"
239
240
PGUSER="${PGUSER:-$POSTGRES_USER}" \
241
pg_ctl -D "$PGDATA" \
0 commit comments