Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

mohammad6006's avatar

docker project inside laravel homestead

I install Laravel homestead on my windows,

now I have a project need docker and docker compose,

Does it possible to run this project inside Laravel homestead using docker and docker compose? if yes, what should I do? Do I need to any change in homestead.yml? after docker compose up -d which address should I use to run project?

I dont want to install docker desktop to run this project

0 likes
1 reply
martinbean's avatar

@mohammad6006 VMs and Docker serve the same purpose. It makes absolutely zero sense to boot a VM to boot a Docker project.

Install WSL2 and Docker on your PC, and run the Docker project as it was intended to be ran.

Please or to participate in this conversation.