I've been using DDEV & Docker-Desktop sucessfully to run installs of drupal8 on my windows 10 machine. Today I decided to create a new install of Drupal8 (I last did this a month ago or so).
I followed the basic steps:
- Create new folder (drupal8test)
- Ran the ddev config command inside this folder.
- accepted the defaults and choose drupal8
- Amended config.yaml so the ports do not clash with others on my machine
- Ran the command ddev start
- I get a couple of alerts from docker desktop and I share folder's it needs
- There are no errors and the URL is provided, on going there I get a 404 file cannot be found error
When I look in the drupal8test folder I see the following folders:
.ddev drush files sites
(Expecting to see web).
Any ideas? (I'm quite new to Drupal and DDEV so I'm sure I'm doing something wrong)