You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/06/01 15:54:05 UTC

[skywalking] branch master updated: fix docker-entrypoint.sh in consul cluster mode. (#2805)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 2250377  fix docker-entrypoint.sh in consul cluster mode. (#2805)
2250377 is described below

commit 2250377934c9e2f18f66ad49ab3661faf929485a
Author: Jared Tan <ji...@daocloud.io>
AuthorDate: Sat Jun 1 23:53:58 2019 +0800

    fix docker-entrypoint.sh in consul cluster mode. (#2805)
---
 docker/oap/docker-entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/oap/docker-entrypoint.sh b/docker/oap/docker-entrypoint.sh
index ebed512..4918b31 100755
--- a/docker/oap/docker-entrypoint.sh
+++ b/docker/oap/docker-entrypoint.sh
@@ -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
 }