You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered: