To Run application Clone the repository. git clone https://github.com/FRANGONICOLAS/Microapp-web.git In the clonned repository run. vagrant up When the vm is running use. vagrant ssh Use this command to find mySQL port. sudo lsof -i:3306 Kill this process sudo kill <PID> Run this command to use docker compose. docker compose up --build