Connection refused on frankenphp laravel with mysql docker image
I use frankenphp default docker-compose .yaml to develop on local with a bit MySQL database as an addition. but even though I have exposed the DB port, my laravel app still could not connect to the DB. compose.yaml # compose.yaml…