mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
fixed an issue with the docker entrypoint script.
This commit is contained in:
parent
2df1894683
commit
24d8a50f01
@ -25,6 +25,11 @@ wait_for_postgres() {
|
|||||||
host="${PAPERLESS_DBHOST}"
|
host="${PAPERLESS_DBHOST}"
|
||||||
port="${PAPERLESS_DBPORT}"
|
port="${PAPERLESS_DBPORT}"
|
||||||
|
|
||||||
|
if [[ -z $port ]] ;
|
||||||
|
then
|
||||||
|
port="5432"
|
||||||
|
fi
|
||||||
|
|
||||||
while !</dev/tcp/$host/$port ;
|
while !</dev/tcp/$host/$port ;
|
||||||
do
|
do
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user