Built-in vanilla Drupal or mounted codebase (both)
Description
I found out in this comment https://github.com/wodby/docker4drupal/issues/223#issuecomment-353203350 witch is telling me that I shouldn't use domains ending with .localhost. And guess what? This works like a charm. Before I found this solution I was testing my files and directories privileges, and other things, obviously nothing works.
Codebase
Built-in vanilla Drupal or mounted codebase (both)
Description
I found out in this comment https://github.com/wodby/docker4drupal/issues/223#issuecomment-353203350 witch is telling me that I shouldn't use domains ending with
.localhost
. And guess what? This works like a charm. Before I found this solution I was testing my files and directories privileges, and other things, obviously nothing works.I'm working in chrome and the following link is a proove we have this problem from 2015 https://bugs.chromium.org/p/chromium/issues/detail?id=489973
And this is the stackoverflow issue about the same thing https://stackoverflow.com/questions/41122676/vagrant-not-working-with-localhost-extension-on-chrome
After all when I've tested
drupal.docker.localhost
domain with Firefox it works fine.Proposed solution
Change default domain to end with
.local
instead of.localhost
drupal.docker.localhost -> drupal.docker.local
Host OS
Ubuntu 17.10
Docker info output
Docker compose file
Logs output