diff --git a/docs/Consul部署说明.md b/docs/Consul部署说明.md index ed3b9d7..5cbdfe6 100644 --- a/docs/Consul部署说明.md +++ b/docs/Consul部署说明.md @@ -21,7 +21,7 @@ uuidgen data_dir = "/opt/consul" log_level = "error" -# 服务器有多个IP启动会报错请增加这行配置:填写服务器IP,如果启动或运行有报错,可以尝试去掉这行 +# 服务器有多个IP启动会报错请增加这行配置:填写服务器IP。 advertise_addr = "192.168.x.x" client_addr = "0.0.0.0" @@ -35,6 +35,12 @@ ports = { grpc_tls = -1 serf_wan = -1 } +peering { + enabled = false +} +connect { + enabled = false +} server = true bootstrap_expect=1 acl = {