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

***Codebase*** mounted codebase **Describe your issue** * In the project afer I made a _make prune_ followed by a _make up_ I then had no more access to the http://drupal.docker.localhost:8000/...

I am using Windows 10 Pro, Docker Desktop, WSL 2, Hyper-V (if needed). If I install docker4drupal without the docker-compose.override.yml file, I get errors like [here](https://github.com/wodby/docker4drupal/issues/492) (issue 492), Drupal is...

It takes too much time to import an sql dump file (~20 mins). sql file size: 85.1 MB When I try to import the sql dump file via mariadb-init folder...

mariadb

I am am trying to up the latest version of docker4drupal to work with Traefik v2. I had it working previously with v1.x of Traefik but am struggling to transition...

By default wodby user and group ahs UID and GID = 1000 This can be changed in wodby/php image by passing arguments from docker-compose.yml, but no way to change in...

Some packages are not compatible with composer 1 or 2. I can do a composer self-update --2 inside the container after it starts but this could lead to another developer...

***Codebase*** Built-in vanilla Drupal or mounted codebase recommended composer file base template **Describe your issue** when trying to generate code via drush using the command make drush generate plugin- ......

***Codebase*** D9 **Describe your issue** ElasticSearch container does not come up on M1 macs **Output of `docker info`** ``` Client: Context: default Debug Mode: false Plugins: buildx: Build with BuildKit...

***OS type*** Windows WSL 2 docker ***Drupal version*** 9 ***Codebase*** my codebase **Describe the bug** I deleted the docker-compose.override.yml to mount my own codebase, but I get the following error...

* I try do develop modules in Drupal9 using VSCode on Windows and Drupal 9 in a Docker Container (For that pupose, I am using the [Docker for Drupal](https://github.com/wodby/docker4drupal/) project)...