fix docker-entrypoint.sh in consul cluster mode. (#2805)
This commit is contained in:
parent
8c0d44a110
commit
2250377934
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue