PacktPublishing / Drupal-9-Module-Development-Third-Edition

Drupal 9 Module Development, published by Packt
69 stars 50 forks source link

Developping for Drupal 9 under Windows #2

Open javaskater opened 3 years ago

javaskater commented 3 years ago

Mode LastWriteTime Length Name


d----- 30/07/2021 11:12 .github d----- 31/07/2021 14:12 .vscode d----- 30/07/2021 11:12 mutagen d----- 30/07/2021 11:12 tests d----- 22/07/2021 04:17 vendor d----- 22/07/2021 04:17 web -a---- 30/07/2021 11:12 6 .dockerignore -a---- 30/07/2021 11:12 2300 .env -a---- 30/07/2021 11:12 26 .gitignore -a---- 30/07/2021 11:12 390 docker-compose.override.ym l -a---- 31/07/2021 14:25 9789 docker-compose.yml -a---- 30/07/2021 11:12 3016 docker.mk -a---- 30/07/2021 11:12 1083 LICENSE.md -a---- 30/07/2021 11:12 137 Makefile -a---- 30/07/2021 11:12 9142 README.md -a---- 30/07/2021 11:12 423 traefik.yml


> the *web* and *vendor* directories are copied from the php container!

* On the windows side (Host) when I create a *Hello World* empty module under *web/modules/custom/helo_world/hello_world.info.yml* this one does not appear under *http://drupal.docker.localhost:8000/admin/modules*
  * and this although there is a volume definition in the php container and the nginx container (see the [docker-compose file](https://github.com/wodby/docker4drupal/blob/master/docker-compose.yml)).

volumes: