You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/05/04 12:54:02 UTC

[GitHub] [incubator-apisix-docker] sshniro opened a new pull request #49: Removing extra network binding to localhost in docker-compose

sshniro opened a new pull request #49:
URL: https://github.com/apache/incubator-apisix-docker/pull/49


   It's unnecessary to bind to localhost and create an additional network. 
   By specifying the following in the apisix_conf we can avoid additional configurations
   ```
   etcd:
     host: "http://etcd:2379"   # etcd address
   ```
   The following shows the example, working with the aforementioned configurations.
   ![image](https://user-images.githubusercontent.com/13045528/80967590-eaec4980-8e16-11ea-8e47-889bf64ff4ab.png)
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org