You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are using docker-compose's restart to restart until database is finally booted up. We should fix this without having to depend on restart.
Currently we are using docker-compose's
restart
to restart until database is finally booted up. We should fix this without having to depend onrestart
.One example that @kratsg found could be possible solution -
https://hackernoon.com/preventing-race-conditions-in-docker-781854121ed3
The text was updated successfully, but these errors were encountered: