i’m a newbie at this and im trying to set laravel sail to my laptop using ubuntu terminal. there’s no problem in installation but when i use the command sudo ./vendor/bin/sail up
i get this error:
Error response from daemon: driver failed programming external connectivity on endpoint exapp-mysql-1 (8b37fca8d11d52f0456d65180990c572d9d7b39a54944845ee6ba7f1634a2d59): Bind for 0.0.0.0:3306 failed: port is already allocated
i know i need to change the port that it selects and tried to find ways in many blogs but couldnt seem to find a solution that solves my problem yet.
i tried to get rid of zombie process’, tried to stop container and deleting it, i tried restarting docker but they didn’t solve my problem. i’d appreciate any idea and help i could get.