A Dockerized LEMP (Linux, Nginx, MySQL, PHP) stack for running a Drupal CMS application.
Copy the env.example file to a new file named .env and update the environment variables as needed.
cp .env.example .env
Run the following command to build and start the Docker containers:
docker compose up -d --build