Deprecated

Use Docker4Drupal instead.

Docker Compose: Drupal

Drupal development environment using Docker Compose.

Prerequisites

  1. Docker
docker --version
  1. Docker Compose
docker-compose --version

Usage

  1. Place Drupal in the /drupal/ directory so that it lives at docker-compose-drupal/drupal.
  2. Run docker-compose up
  3. Visit http://localhost:8000 in your browser
  4. Use drupal:drupal@database/drupal for the database settings
  5. To run a Drush command, execute docker-compose run web drush status

License

Licensed under the incredibly permissive MIT license

Copyright © 2014+ Rob Loach