Consul 安装文档
服务端启动命令
1 | consul agent -server -bootstrap-expect 1 -data-dir ${Consul_PATH}/consul/data -ui -config-dir ${Consul_PATH}/consul/consul.d -bind=172.25.74.176 -client=0.0.0.0 |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 杨 ◦ 柳!
1 | consul agent -server -bootstrap-expect 1 -data-dir ${Consul_PATH}/consul/data -ui -config-dir ${Consul_PATH}/consul/consul.d -bind=172.25.74.176 -client=0.0.0.0 |