ES via docker in production (not localhost) mode

Hi all,
I'm trying to run ES via docker (https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-prod-cluster-composefile) in a production mode .i.e: on a specified IP address (= NOT locahost).

I tried modifying the network settings (network.host, network.publish_host, ...) but in vain.
Any curl request with a non localhost url leads to an invalid request whereas it works perfectly from the host with localhost:9200 in the curl url.

Any idea?

Thanx,

--mike

What's your docker file look like?

No dockerfile, just using this docker-compose yml: https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-prod-cluster-composefile

Nobody?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.