Challenge: Run Drupal
Test if you can run Drupal.
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
drupalas the name of the container. -
Map
drupal's default port ...
Ask