vuestorefront / vue-storefront-api

Vue.js storefront for Magento2 (and not only) - data backend
https://www.vuestorefront.io
MIT License
348 stars 338 forks source link

ES7: docker container name should be 'elasticsearch' instead of 'es7' #509

Open mariomop opened 4 years ago

mariomop commented 4 years ago

As reported at: https://forum.vuestorefront.io/t/elasticsearch7-es7-support-connect-econnrefused/1567/4 ES7 container can not be reached because it's supposed to be named 'elasticsearch', not 'es7'. I guess in docker-compose.elastic7.yml, container_name should be fixed as follow: container_name: elasticsearch