inside-server icon indicating copy to clipboard operation
inside-server copied to clipboard

Fix Docker problem

Open jvcjunior opened this issue 6 years ago • 3 comments

When we execute docker-compose up for the first time, the API container is having trouble to connect to the database because although the DB container is up the MySQL isn't. We need to find a way of creating the API container only after the MySQL is up.

jvcjunior avatar Mar 08 '18 12:03 jvcjunior