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** When i use Drupal from docker container for GatsbyJS development/production build it takes very long to finish, in comparison, once running Drupal without container...

***Codebase*** mounted codebase **Describe your issue** I tried to change baseurl after run docker-compose up for the first time. It works for the first baseurl but subsequent urls that i...

***Codebase*** Mounted codebase **Describe your issue** Got error message when run `docker-compose up` `docker-compose up` ``` traefik_1 | 2020/01/18 06:43:21 command traefik error: failed to decode configuration from flags: field...

***Codebase*** Built-in vanilla Drupal 7 **Describe the bug** expected to launch drupal install at http://drupal.docker.localhost:8000/ but it redirects to http://drupal.docker.localhost:8000/core/install.php and nginx reports 404 Not Found **Output of `docker info`**...

**Describe your issue** Currently I have one site running without problems but I want to have other installation (to tests only). I want them run at the same time but...

***Codebase*** mounted codebase **Describe the bug** I have reviewed and read about how to set up a multisite with Drupal and I have not managed to work with those answers....

I have installed docker4drupal, currently its working and Drupal directories are showing in bin/bash command but drupal directories are not showing in windows explorer. ![image](https://user-images.githubusercontent.com/6310838/67201476-d2d74e80-f41f-11e9-84f8-cd8ff90686ca.png) files are showing when I...

***Codebase*** Drupal 7 mounted codebase **Describe your issue** I have this issue: https://drupal.stackexchange.com/questions/238176/local-simpletest-drupalget-always-gives-returned-0-0-bytes/255980#255980 Workaround is: docker exec --user root -it dev_local_domain_php /bin/bash; echo "172.22.0.8 dev_local_domain.com" >> /etc/hosts; cat /etc/hosts But...

**Describe your issue** I'd like use native NFS support with docker4drupal on MacOS (High Sierra 10.13.6), as per https://forums.docker.com/t/nfs-native-support/48531. Does this even work? Is an example configuration that works with...

**Is your feature request related to a problem? Please describe.** Yes, mailhog has 0 day security vulnerabilities **Describe the solution you'd like** I would like to have an alternative to...