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

[skywalking] branch JaredTan95-patch-1 created (now 6c41b3f)

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

tanjian pushed a change to branch JaredTan95-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 6c41b3f  fix docker-entrypoint.sh in consul cluster mode.

This branch includes the following new commits:

     new 6c41b3f  fix docker-entrypoint.sh in consul cluster mode.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: fix docker-entrypoint.sh in consul cluster mode.

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch JaredTan95-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 6c41b3ffbebb890b59048685dc15a04dadaf2780
Author: Jared Tan <ji...@daocloud.io>
AuthorDate: Sat Jun 1 22:59:30 2019 +0800

    fix docker-entrypoint.sh in consul cluster mode.
---
 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
 }