alexcheng1982 / docker-magento2

Docker image for Magento Open Source 2
MIT License
380 stars 259 forks source link

Mount Volumes with Docker on Windows 10 Client #33

Open FloWord opened 5 years ago

FloWord commented 5 years ago

I`m new with Docker, maybe somebody can help. I can not mount my /var/www/html folder to C:/Docker/magento2/m4y on my windows 10 client.

Thanks for any help.

My docker-compose.yml

version: '3.0' services: web: image: alexcheng/magento2 ports:

windows docker docker-settings

FloWord commented 5 years ago

This working for me now:

version: '3.0' services: web: image: alexcheng/magento2 ports: