Chingis

Results 127 comments of Chingis

The most common use case is people using recommended-project or drupal-composer where composer.json and vendor in the repository root. If you for some reason have it in a subdirectory, then...

Not sure I understand what env vars do you need to override, do you want to have a custom set of image tags or do you want extra env vars...

maybe [this](https://github.com/wodby/docker4drupal/issues/400#issuecomment-532643052) can help

``` mariadb | 2018-10-06 7:54:38 140660213390216 [ERROR] InnoDB: space header page consists of zero bytes in tablespace ./drupal/cache_default.ibd (table drupal/cache_default) ``` That's the problem you should resolve. If you don't...

It seems you don't have `docker-compose.override.yml` in place so you're actually using `wodby/drupal-php` instead of `wodby/drupal`

Drupal 7 doesn't have http://drupal.docker.localhost:8000/core/install.php, it has http://drupal.docker.localhost:8000/install.php

See https://github.com/wodby/docker4drupal/issues/401

responded in https://github.com/wodby/solr/issues/17#issuecomment-914906185

TBH I couldn't even launch docker for windows :) I try to launch it via parallels on mac and even purchased a newer Parallels version + Pro license but no...

on macOS there's a magical `host.docker.internal` you can use from containers to reach the host, there's no such thing on Linux but there are workarounds, e.g. https://www.reddit.com/r/docker/comments/8xeqe6/hostdockerinternal_on_linux_sort_of/. Anyway, I think...