Merge branch '6-mysql-connectivity' into 'master'
Change the hostname to localhost due to containers living in same pod Closes #6 See merge request daniel/personal-website!8
This commit is contained in:
commit
f50f660346
@ -6,8 +6,8 @@ if [ "${1#-}" != "$1" ]; then
|
|||||||
set -- apache2-foreground "$@"
|
set -- apache2-foreground "$@"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
while ! curl mysql:3306; do
|
while ! curl localhost:3306; do
|
||||||
sleep 1
|
sleep 5
|
||||||
done
|
done
|
||||||
|
|
||||||
php artisan cache:clear
|
php artisan cache:clear
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user