Open FloWord opened 6 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.
version: '3.0' services: web: image: alexcheng/magento2 ports:
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:
db: image: mysql:5.6.23 volumes:
volumes: db-data: magento-data: