// open  bash
docker compose exec api bash

// change location to folder api (linux)
cd api

// start artisan
./bin/laravels starts