mirror of
https://github.com/x86dev/docker-ttrss
synced 2025-12-12 17:36:02 +00:00
Updated default db wait timeout to 60s
This commit is contained in:
@@ -19,5 +19,5 @@ fi
|
||||
#############
|
||||
|
||||
# Run wait-for-it.sh to confirm DB comes up before we proceed
|
||||
echo "Waiting for $dbhost:$eport..."
|
||||
/srv/wait-for $dbhost:$eport -- echo "Done"
|
||||
echo "Waiting up to 60s for $dbhost:$eport..."
|
||||
/srv/wait-for $dbhost:$eport --timeout=60 -- echo "Done"
|
||||
|
||||
Reference in New Issue
Block a user