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

***OS type*** Linux ***Drupal version*** 9 ***Codebase*** Built-in vanilla Drupal or mounted codebase **Describe the bug** After containers installed, changes to `image: wodby/drupal-php:$PHP_TAG` are ignored. To reproduce: Install with any...

Ubuntu + D4D 5.4.44 When i use `drush sql-dump > test.sql` - after that received file **test.sql** is empty.

Hi, I use this setup to try to speed up my local stack on mac os: - https://github.com/Parallels/docker-machine-parallels - parallels desktop I've created a machine: `docker-machine create --driver=parallels dev` `docker-machine...

***Codebase*** Mounted codebase **Describe your issue** I've followed the documentation to enable xdebug on my stack with PhpStorm but it didn't work. Tried every possible configuration ; could you please...

***OS type*** macOS ***Drupal version*** 9 ***Codebase*** Built-in vanilla Drupal or mounted codebase **Describe the bug** Apache Solr doesn't work with Apple M1 Chip (ARM64) **Output of `docker info`** ```...

I have installed a basic Drupal set up, using the example docker-composer.yml. For my project I need the Drupal site accessed through https, though. How can that be managed through...

enhancement

After successful installation I can access: http://drupal.docker.localhost:8000/ http://mailhog.drupal.docker.localhost:8000/ http://pma.drupal.docker.localhost:8000/ But how can I access TRAEFIK? Thank you.

How is it possible to extend the docker-compose.yml file to get the "Open in Browser" Link in Windows 10 "Docker Desktop" to open the folling url by clicking the "Open...

***OS type*** macOS ***Drupal version*** 9 ***Codebase*** Mounted codebase **Describe the bug** I followed the documentation @ https://wodby.com/docs/1.0/stacks/drupal/local/#docker-for-mac but can't get Mutagen to work properly. It appears to copy all...

Use the following environment variable definition in docker-compose.override.yml for php container: ``` services: php: environment: PHP_XDEBUG_LOG_LEVEL: 0 ```