Challenge: Run Drupal
Explore how to configure and launch a Drupal 8 site using Docker Compose by adding and customizing the drupal service with correct container settings, volumes, and restart options to run a functional CMS within Docker.
Drupal
Follow these instructions while editing the provided docker-compose.yml:
-
Add a service named
drupal. -
Use the image,
drupal. Itโs version should be8-apache. -
Specify ...