Chingis

Results 127 comments of Chingis

It seems this going to be fixed soon https://github.com/mailhog/MailHog/pull/191

It has nothing to do with the images, knowing Drupal that's probably RO permissions on `web/sites/default`

There should be no `command` in `drupal-node` service, that's probably the issue

although the default command is already `node app.js`, so probably not the issue after all

Tried to reproduce with vanilla D8, connected insecure over http with the default service key and it works fine. The module reports as connected but insecure. Please note if you...

You can define an additional docker network and add it to your services. We have a docker-compose example in [traefik.yml](https://github.com/wodby/docker4drupal/blob/master/traefik.yml ) but you should be able to do it via...

Try running drush with debug flag to get more details what's happening, I doubt it has anything to do with the image or SSHD

If you run MariaDB on windows with a bind mount from host see #222 (comment)

I tried to compile 1.14.36.1, I get the following errors: ``` AR(target) out/Release/obj.target/net/instaweb/libgraphs_js_opt.a AR(target) out/Release/obj.target/net/instaweb/libgraphs_js_dbg.a third_party/serf/instaweb_ssl_buckets.c: At top level: third_party/serf/instaweb_ssl_buckets.c:408:19: error: storage size of 'bio_bucket_method' isn't known 408 | static...

I was googling this issue and stumbled upon this discussion https://www.mail-archive.com/[email protected]/msg27957.html. It seems the problem is that the latest serf release was in 2016 so it doesn't fully support openssl...