leenux edited a comment on issue #115:
URL: https://github.com/apache/apisix-docker/issues/115#issuecomment-758452645


   
[how-to-host2bridge.zip](https://github.com/apache/apisix-docker/files/5800288/how-to-host2bridge.zip)
   @gxthrj 
   ```
       networks:
         - apisix
   
   networks:
     apisix:
       name: apisix
       driver: bridge
   ```
   ```
   etcd:
     host:                           # it's possible to define multiple etcd 
hosts addresses of the same etcd cluster.
       - "http://etcd:2379";     # multiple etcd address
   ```
   ```
     etcd:
       endpoints: # supports defining multiple etcd host addresses for an etcd 
cluster
         - etcd:2379
   ```
   above 3 segments is diffrent


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to