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" ]
then
echo "Waiting for postgres..."
while ! nc -z $SQL_HOST $SQL_PORT; do
sleep 0.1
done
# Broken for some reason
#while ! nc -z $SQL_HOST $SQL_PORT; do
# sleep 0.1
#done
echo "PostgreSQL started"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment