fix docker-entrypoint.sh in consul cluster mode. (#2805)

This commit is contained in:
Jared Tan 2019-06-01 23:53:58 +08:00 committed by 吴晟 Wu Sheng
parent 8c0d44a110
commit 2250377934
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ generateClusterConsul() {
cluster:
consul:
serviceName: \${SW_SERVICE_NAME:"SkyWalking_OAP_Cluster"}
Consul cluster nodes, example: 10.0.0.1:8500,10.0.0.2:8500,10.0.0.3:8500
# Consul cluster nodes, example: 10.0.0.1:8500,10.0.0.2:8500,10.0.0.3:8500
hostPort: \${SW_CLUSTER_CONSUL_HOST_PORT:localhost:8500}
EOT
}