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/10/14 13:55:05 UTC

[skywalking] branch master updated: Update docker-entrypoint.sh (#3616)

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 6ae4feb  Update docker-entrypoint.sh (#3616)
6ae4feb is described below

commit 6ae4feb6ac5c342aaefac13fa6dcbddca0921bdc
Author: BZFYS <qq...@sina.com>
AuthorDate: Mon Oct 14 21:54:50 2019 +0800

    Update docker-entrypoint.sh (#3616)
---
 docker/oap/docker-entrypoint.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/oap/docker-entrypoint.sh b/docker/oap/docker-entrypoint.sh
index 4187ddb..b75e638 100755
--- a/docker/oap/docker-entrypoint.sh
+++ b/docker/oap/docker-entrypoint.sh
@@ -316,10 +316,10 @@ EOT
     cat <<EOT >> ${var_application_file}
 receiver-sharing-server:
   default:
-   restHost: \${SW_RECEIVER_SHARING_REST_HOST:0.0.0.O}
+   restHost: \${SW_RECEIVER_SHARING_REST_HOST:0.0.0.0}
    restPort: \${SW_RECEIVER_SHARING_REST_PORT:0}
    restContextPath: \${SW_RECEIVER_SHARING_REST_CONTEXT_PATH:/}
-   gRPCHost: \${SW_RECEIVER_SHARING_GRPC_HOST:0.0.0.O}
+   gRPCHost: \${SW_RECEIVER_SHARING_GRPC_HOST:0.0.0.0}
    gRPCPort: \${SW_RECEIVER_SHARING_GRPC_PORT:0}
    maxConcurrentCallsPerConnection: \${SW_RECEIVER_SHARING_MAX_CONCURRENT_CALL:0}
    maxMessageSize: \${SW_RECEIVER_SHARING_MAX_MESSAGE_SIZE:0}