drupal-dev-docker icon indicating copy to clipboard operation
drupal-dev-docker copied to clipboard

An opinionated Drupal development environment based on Docker.

Results 25 drupal-dev-docker issues
Sort by recently updated
recently updated
newest added

With composer 2 the following composer performance addons are not needed - zaporylie/composer-drupal-optimizations - hirak/prestissimo This allows us to switch back to an official container

This updated the following packages composer/installers drupal/admin_toolbar behat/behat drupal/devel This removed cweagans/composer-patches due to incompatibilities

Alt title: **How to force Drupal 8/9 to output HTTPS URLs when using an nginx reverse proxy** ---- Insert into `settings.php` ``` $settings['reverse_proxy'] = TRUE; $settings['reverse_proxy_addresses'] = array($_SERVER['REMOTE_ADDR']); ``` And...

documentation

mobomo/composer now has available the `2.0` tag. Please test this as `latest` will eventually become `2.0`

WSL, Debian 10. ``` $ bin/drush-debug pm-enable parler sh: XDEBUG_CONFIG=remote_host=172.17.0.1: not found ```

First, amazing work on this project. I have been looking hard for something that demonstrated an end-to-end development process for Drupal and Docker. My ultimate deployment will be on Kubernetes...

I think something like ```make help``` would be useful. It envision it would access a markdown file for the different commands. These markdown files would have name, description, in depth...

enhancement

When running the make command, this is the output I get. #blame/u/jackinloadup ``` Please specify a target. See README for information about targets. column: invalid option -- 'N' usage: column...

bug