Can't install on Windows

Hi, I’m trying to install on Windows 10 Pro via Docker, but in Windows I can’t do sudo mkdir /var/mongo/db. When I skip this and try doing docker-compose up -d it also tells me that it couldn’t find .env even though it’s right next to docker-compose.yml.

Also how long should the installation take? It’s been 15 minutes and still hasn’t finished.

The installation takes a few minutes I think. The docker-compose example uses linux paths, I think under windows 10 you have to change your volumes to point to folders in your host machine.