sunfmin / notebook

My Note Book
2 stars 0 forks source link

Elasticsearch 5.0 Outside can not connect elasticsearch in Docker #11

Open sunfmin opened 8 years ago

sunfmin commented 8 years ago

https://github.com/olivere/elastic/wiki/Docker

Add -Enetwork.publish_host=127.0.0.1 to docker-compose.yml

    elasticsearch:
        image: elasticsearch:5.0
        environment:
        - "ES_JAVA_OPTS=-Xms1g -Xmx1g"
        entrypoint:
        - "/docker-entrypoint.sh"
        - "-Enetwork.publish_host=127.0.0.1"
        ports:
        - "9200:9200"
        - "9300:9200"
sunfmin commented 7 years ago

no Elasticsearch node available