Local Symfony cant connect to mysql Service that runs inside Docker Container
I have a local Symfony Project where I want to execute a Repository Function inside the code. The Problem is that I get an "Access Denied" Error. The credentials are correct because I can log into the adminer that also…