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
Making a --nosniff option MAY NOT be the best solution here. I found the following comment describes how to fix this using the network.publish_host option of ElasticSearch. olivere/elastic#824 (comment)
Example:
docker run --env network.publish_host=127.0.0.1 ...
I tested "--env network.publish_host=127.0.0.1" and it worked for me.
I am running lbry-sdk integration tests locally on MacOS, with elastic-search inside Docker. I used the lbry-sdk/Makefile command to launch it:
In order to connect herald -> elastic-search, I had to disable the SetSniff() option.
Probably the clearest explanation:
olivere/elastic#1138
More similar issues:
https://github.com/olivere/elastic/issues?q=is%3Aissue+docker+SetSniff+SetHealthCheck
Making a --nosniff option MAY NOT be the best solution here. I found the following comment describes how to fix this using the
network.publish_host
option of ElasticSearch. olivere/elastic#824 (comment)Example:
docker run --env network.publish_host=127.0.0.1 ...
I tested "--env network.publish_host=127.0.0.1" and it worked for me.
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html#advanced-network-settings
Symbolic addresses like
network.publish_host=_local_
are supported.https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html#network-interface-values
The text was updated successfully, but these errors were encountered: