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 2022/12/02 07:48:04 UTC

[GitHub] [apisix-docker] bzp2010 opened a new pull request, #387: fix: wrong etcd advertise url

bzp2010 opened a new pull request, #387:
URL: https://github.com/apache/apisix-docker/pull/387

   The etcd advertise URL is used to inform the etcd client of the external URL of each node of its cluster, and our example sets it to `0.0.0.0:2379`, **which is clearly wrong**. We need to change it to the hostname of the etcd container `etcd`.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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


[GitHub] [apisix-docker] tao12345666333 merged pull request #387: fix: wrong etcd advertise url

Posted by GitBox <gi...@apache.org>.
tao12345666333 merged PR #387:
URL: https://github.com/apache/apisix-docker/pull/387


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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