This guide will help you set up a local Drupal development environment using Docker.
Make sure you have the following installed on your system:
Clone the project repository to your local machine:
git clone <repository_url>
cd <repository_directory>
Use docker-compose to build and start the containers:
docker-compose up -d
Don't forger install composer dependencies
Once the containers are running, you can access the Drupal site at: