Skip to content
Snippets Groups Projects
Commit 76776984 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Edit entrypoint.sh

parent 18d8865a
No related branches found
No related tags found
No related merge requests found
Pipeline #299 passed
...@@ -5,9 +5,10 @@ if [ "$DATABASE" = "postgres" ] ...@@ -5,9 +5,10 @@ if [ "$DATABASE" = "postgres" ]
then then
echo "Waiting for postgres..." echo "Waiting for postgres..."
while ! nc -z $SQL_HOST $SQL_PORT; do # Broken for some reason
sleep 0.1 #while ! nc -z $SQL_HOST $SQL_PORT; do
done # sleep 0.1
#done
echo "PostgreSQL started" echo "PostgreSQL started"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment