Docker-compose links vs external_links

后端 未结 3 792
梦谈多话
梦谈多话 2021-02-14 04:32

I believe it is simple question but I still do not get it from Docker-compose documentations. What is the difference between links and external_links?

I like external_li

3条回答
  •  野的像风
    2021-02-14 05:11

    Here is a link to Docker-Compose project that uses Elasticsearch, Logstash, and Kibana. You will see that I'm using links:

    https://github.com/bahaaldine/elasticsearch-paris-accidentology-demo

提交回复
热议问题