Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3f3bb3

Browse files
authored
Update docker-entrypoint.sh
1 parent 350dd80 commit c3f3bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

12/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ docker_temp_server_start() {
235235

236236
# internal start of server in order to allow setup using psql client
237237
# does not listen on external TCP/IP and waits until start finishes
238-
set -- "$@" -c listen_addresses='' -p "${PGPORT:-5432}"
238+
set -- "$@" -c listen_addresses='' -p "${PGPORT:-5439}"
239239

240240
PGUSER="${PGUSER:-$POSTGRES_USER}" \
241241
pg_ctl -D "$PGDATA" \

0 commit comments

Comments
 (0)