docker4drupal icon indicating copy to clipboard operation
docker4drupal copied to clipboard

Docker-based Drupal stack

Results 125 docker4drupal issues
Sort by recently updated
recently updated
newest added

Hello there, I'm new to Docker and trying out the container for Drupal. I am finding that Drush isn't working for me, I'm getting this error when trying to do...

Hello, I saw this issue and comment https://github.com/wodby/docker4drupal/issues/465#issuecomment-785844022. According to this comment the mariaDB supports arm64, but for me it does not look like true: **Output of `docker inspect $(docker...

***Codebase*** Built-in vanilla Drupal **Describe your issue** When I run functional JS test I have: ``` The test wasn't able to connect to your webdriver instance. For more information read...

Latest d4d. I am getting these logs but I don't have such entries in older d4d containers when I run drush. How to stop this? ```` [email protected]:/var/www/html $ drush cr...

In the latest version of the PHP image, you've updated [condition](https://github.com/wodby/php/blob/master/7/docker-entrypoint.sh#L111) during which crond is enabled. Also documentation was [updated](https://github.com/wodby/php/blob/master/README.md#crond). What needs to be done is to replace this command:...

I need help setup apache solr for drupal 9.4. Currently, I am facing unable to upload the config set. Is there any particular version I have to configure? In env...

Volume for ./:/var/www/html:cached is used in some services when you run a existing code but I think it would be a better idea to use something like ./src/:/var/www/html:cached. My idea...

There are files in the php container, `ls -1` ```` composer.json composer.lock vendor web ```` Where are they? I was expecting them in my d4d folder? My d-c.yml ```` php:...

Is there a way to profile drush command with Blackfire ?

It is worth trying to set the following environment variable to force start session: ``` services: php: environment: PHP_XDEBUG_START_WITH_REQUEST: "yes" ```