- Install Docker Desktop for your OS (follow Docker official documentation)
- Make sure Docker is correctly installed
- Open your Terminal app
- Change directory to be in the project root folder (e.g. the one with the docker-compose.yml file)
- Run the command
docker compose up
Please note that you can configure any IDE (PHPStorm, VSCode, etc.) to run the required command instead of opening your terminal app separately.