hezyin commented on issue #2454: URL: https://github.com/apache/incubator-devlake/issues/2454#issuecomment-1180679156
@shubham-cmyk Hi Shubham, it's normal for the DevLake container to restart a couple of times while waiting for the MySQL container to boot up, but usually, it wouldn't take longer than 15 seconds. If you see the DevLake container constantly restarting while the MySQL container is up and running, then there's something wrong with the connection between the DevLake container and the MySQL container. I'd suggest that you double-check the connection string in the `.env` file. Make sure you use `mysql:3306` instead of `localhost:3306` in the connection string. Let me know if the problem persists. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
