I have to make LAravel app and to deliver a Dockerfile ,but I\'m really stuck with this. Before that I had a nightmare wile installing laravel on m
LAravel
laravel
Try to kill all the processes using the port 3306:
3306
sudo kill `sudo lsof -t -i:3306`
Then, run your docker containers:
sudo docker-compose up