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

A minimal Drupal docker setup with no bells, or whistles!

Results 8 drupal-docker-lite issues
Sort by recently updated
recently updated
newest added

Hello! This looks neat for someone looking to get started. I happen to work on the DDEV project, but there are many different use cases and it's great to have...

It looks like this tool supports multiple Drupal installs if they are in separate subdirectories under docroot. However, just using the default settings suggested by the README.md results in things...

After running ./ddl.sh start, at some point it will prompt you: “Please enter the name of a Composer project, a Git URL of an existing repository, or “contrib” if you’re...

Running `ddl drush si standard` or any command with an interactive prompt is no longer working. This is likely due to how we run Drush in `scripts/drush.sh`. Need to fix.

`ddl drushlocal` is a great speed hack I added to speed up site installs. That said, using the host machine's PHP version comes with some risk, including using their php.ini...

I've noticed that the `Aggregate JavaScript files` checkbox in the UI is disabled after most site-install runs. A quick fix is to run `chmod -R 755 sites/default`, but we shouldn't...

We should adopt something like docker-sync or unison for Mac, to improve performance until the `:delegated` option for Docker Volumes is fully supported in Docker for Mac. Or, we could...

Sometimes the `start` command runs a bit to fast, and tries to install a profile before MySQL is ready (usually on brand new containers). We need a way to wait...