fix: let's wait for healthy container during installation and wait an extra 20 seconds (for migrations)

This commit is contained in:
Andras Bacsai
2024-08-30 11:56:34 +02:00
parent 278c8c6ec6
commit 14fc067057
2 changed files with 6 additions and 3 deletions

View File

@@ -343,5 +343,8 @@ fi
bash /data/coolify/source/upgrade.sh "${LATEST_VERSION:-latest}"
echo -e "\nCongratulations! Your Coolify instance is ready to use.\n"
echo "Waiting for 20 seconds for Coolify to be ready..."
sleep 20
echo "Please visit http://$(curl -4s https://ifconfig.io):8000 to get started."
echo -e "\nCongratulations! Your Coolify instance is ready to use.\n"