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
I want to set environment variable for network.publish_host in docker-compose.yml file .
Here i am not able to set network.publish_host in docker-compose.yml file In my example i am running a elasticsearch cluster in separate docker hosts.But when i tried to set network.publish_host in environment iam not able to set .It takes default value as 172.18.0.2 but my expectation was to get something like 192.168.1.22
@akb2017 you're using the bitnami/elasticsearch image, that's not the image we support here. My guess is that you must set these settings in your elasticsearch.yml file.
The official image supports env vars, but I guess Bitnami not.
I want to set environment variable for network.publish_host in docker-compose.yml file .
Here i am not able to set network.publish_host in docker-compose.yml file In my example i am running a elasticsearch cluster in separate docker hosts.But when i tried to set network.publish_host in environment iam not able to set .It takes default value as 172.18.0.2 but my expectation was to get something like 192.168.1.22
Here is my docker-compose.yml file
Please help me to solve this issue
The text was updated successfully, but these errors were encountered: