Closed nithincninan closed 4 years ago
Please close this ticket, since I resolved it by correcting "sync" name in both docker-compose.yml and docker-sync.yml.
Thanks!
Thanks @nithincninan for this info. I had same problem and it was resolved with your fix. You are a rockstar!
Hi Team,
We have tried magento-2 docker setup on windows10. we are facing issues on docker-sync. Below are the details:
Setup Details:
Clone magento2 files from cloud repo ( https://github.com/magento/magento-cloud ), branch name was M2 2.3.3
We are following this documentation (https://devdocs.magento.com/cloud/docker/docker-mode-developer.html) and was able to complete step 1 to 3 But we are facing issues with step 4 (docker-sycn installing on windows). Please note we are following docker-sync installation using https://docker-sync.readthedocs.io/en/latest/getting-started/installation.html#windows
we have completed docker-sync installation also configure docker-sync.yml file.
Launched the docker-sync using ece-docker command :
vendor/bin/ece-docker build:compose --mode="developer" --sync-engine="docker-sync"
docker-sync start
command to copy all the files from my host(laptop) to all Magento containers. But docker-sync is running in a loop. But we do not find any changes/contents in /app directory in all containers(fpm/web/magento containers).Kindly Please let us know what is the correct method for configuration to setup the docker-sync for magento -cloud docker(docker-sync is running in loop)
Thanks! Nithin Ninan