docker4drupal icon indicating copy to clipboard operation
docker4drupal copied to clipboard

drupal directory not showing in windows explorer but it shown in bin/bash of php container

Open faiwiz opened this issue 4 years ago • 1 comments

I have installed docker4drupal, currently its working and Drupal directories are showing in bin/bash command but drupal directories are not showing in windows explorer.

image

files are showing when I run command of bin/bash of PHP container.

image

confusion is that where are Drupal source path located and how to re-configure or move it to related path of and how to use it for git push.

faiwiz avatar Oct 21 '19 11:10 faiwiz

See https://wodby.com/docs/stacks/drupal/local/#usage, you're using vanilla Drupal image when drupal sources are inside the image. If you want to make changes to your codebase and push them you should mount your own Drupal codebase.

csandanov avatar Oct 22 '19 08:10 csandanov