Open superromeo opened 4 years ago
I think this problem is not related to docker4drupal. This is because your machine does not know that loc
is your loopback (127.0.0.1).
I don’t know how this works in Window, but in *nix systems you can add the following line to your /etc/hosts
and it will work 127.0.0.1 loc
. So you need to go this way.
OS type: Windows WSL2 Drupal version: 8 Codebase: mounted codebase
Problem
PROJECT_BASE_URL=lom-ru.localhost
- OK.PROJECT_BASE_URL=lom-ru.loc
- portainer and others: "Server IP address cannot be found'".Output of
docker info
Contents of your
docker-compose.yml
Contents of your
.env