79569169

Date: 2025-04-11 15:12:17
Score: 0.5
Natty:
Report link

You are using port 7777, which is mapped externally (via Docker's ports), but containers in the same Docker network should use the internal port, which for MySQL is 3306.

Change the JDBC URL in your config-script.cli to:

connection-url="jdbc:mysql://db:3306/susfund_db"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vijay