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

**Issue** I have several sites in my host machine. I use traefik to manage the routing as described [here](https://wodby.com/stacks/drupal/docs/local/multiple-projects/). I can browse the sites correctly, however, PhpMyAdmin is not working...

ERR_CONNECTION_REFUSED with chrome when i go on : http://drupal.docker.localhost:8000/ ### Codebase Built-in vanilla Drupal ### Host OS macOS High Sierra ### Docker info output ``` Containers: 10 Running: 7 Paused:...

Is it possible to use drush site aliases with the php docker container? + How would such a configuration look like? Asking this question as you can not exactly SSH...

With the latest version of Docker for windows and an old and the latest version of docker4drupal i get an "Gateway timeout". I've been working with docker4drupal for 2 months...

For some unknown reason after working 3 days on set up my MariaDB container no longer starts. I went to portainer and saw this log: > 2018-04-24 9:01:08 140310144842632 [Note]...

windows
mariadb

Hello all, I'm trying to run a vanilla drupal with docker. Everything seems to be fine and when I run docker-compose up -d it goes up, but when tyring to...

windows
mariadb

With the latest docker-compose.yml on Windows 10 I am getting "Unknown MySQL server host 'mariadb'" when I try to install a fresh D7. I solved it by replacing image: wodby/mariadb:10.1-2.3.3...

windows
mariadb

### Codebase mounted codebase ### Host OS CentOS ### Docker info output ``` Containers: 13 Running: 7 Paused: 0 Stopped: 6 Images: 56 Server Version: 18.03.0-ce Storage Driver: overlay Backing...

swarm

The latest Docker edge version states in its release notes that localhost should no longer be used. > DNS name docker.for.mac.host.internal shoud be used instead of docker.for.mac.localhost (still valid) for...

It's possible to connect to a site via ssh (see #38). It's also possible to run multiple sites at the same time, see https://docker4drupal.readthedocs.io/en/latest/multiple-projects/ Please provide information about how to...