SearchโŒ˜ K
AI Features

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.

We'll cover the following...

Drupal

Follow these instructions while editing the provided docker-compose.yml:

  1. Add a service named drupal.

  2. Use the image, drupal. Itโ€™s version should be 8-apache.

  3. Specify ...