mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-19 10:19:27 -05:00
Merge pull request #821 from aruhier/pr_docker
docker: set default postgresql port back to 5432
This commit is contained in:
commit
c96db31006
@ -9,7 +9,7 @@ wait_for_postgres() {
|
|||||||
echo "Waiting for PostgreSQL to start..."
|
echo "Waiting for PostgreSQL to start..."
|
||||||
|
|
||||||
host="${PAPERLESS_DBHOST:=localhost}"
|
host="${PAPERLESS_DBHOST:=localhost}"
|
||||||
port="${PAPERLESS_DBPORT:=5342}"
|
port="${PAPERLESS_DBPORT:=5432}"
|
||||||
|
|
||||||
|
|
||||||
while [ ! "$(pg_isready -h $host -p $port)" ]; do
|
while [ ! "$(pg_isready -h $host -p $port)" ]; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user