taroved / pol

RSS generator website
MIT License
381 stars 88 forks source link

running mysql container #40

Closed marlluslustosa closed 4 years ago

marlluslustosa commented 4 years ago

I changed the wait-for-it.sh script because the ping test is not always enough to know if the database container has gone up. It need to test the database connection to make sure mysql is live.

I was experiencing some errors regarding this (Don't connect on Mysql (111) ...) and now I think it's ok.