mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Merge pull request #821 from aruhier/pr_docker
docker: set default postgresql port back to 5432
This commit is contained in:
commit
c96db31006
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ wait_for_postgres() {
|
|||
echo "Waiting for PostgreSQL to start..."
|
||||
|
||||
host="${PAPERLESS_DBHOST:=localhost}"
|
||||
port="${PAPERLESS_DBPORT:=5342}"
|
||||
port="${PAPERLESS_DBPORT:=5432}"
|
||||
|
||||
|
||||
while [ ! "$(pg_isready -h $host -p $port)" ]; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue