I'm trying to start a project in Docker (directly from the Debian distro) in Windows 10 and getting this error:
$ docker compose up -d
[+] Running 0/0
⠋ Container core_php74_1 Creating 0.0s
Error response from daemon: path /home/me/path/to/project is mounted on / but it is not a shared mount.
How to make the mounted path /home/me/path/to/project
a shared mount?