2 Answers2

0

Seems like ddev cant create a file in your homedir. Did you check the output of ddev logs -s web ?

Wolffc
  • 1,176
  • 6
  • 9
0

You assigned ownership of your own folder to a user and a group with the name "1000". That's certainly wrong. See the man page for chown.

David
  • 5,882
  • 3
  • 33
  • 44