This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3df94cb891 Update set-host.md (#2290)
3df94cb891 is described below

commit 3df94cb891399d1edcc6906f3fcb47c324ec9be3
Author: mfordjody <[email protected]>
AuthorDate: Thu Feb 23 20:11:08 2023 +0800

    Update set-host.md (#2290)
---
 content/zh-cn/docsv2.7/user/examples/set-host.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/zh-cn/docsv2.7/user/examples/set-host.md 
b/content/zh-cn/docsv2.7/user/examples/set-host.md
index 3e85cb472a..ed1bc3541c 100644
--- a/content/zh-cn/docsv2.7/user/examples/set-host.md
+++ b/content/zh-cn/docsv2.7/user/examples/set-host.md
@@ -14,6 +14,7 @@ description: "自定义 Dubbo 服务对外暴露的主机地址"
 2. 那在`dubbo`中如何指定服务的`host`,我们是否可以用hostname或domain代替IP地址作为`host`?
 3. 在使用docker时,有时需要设置端口映射,此时,启动server时绑定的socket和向注册中心注册的socket使用不同的端口号,此时又该如何设置?
 
+## 示例
 #### dubbo 中不设置 host 时默认 host 是什么
 
 一般的 dubbo 协议配置如下:

Reply via email to