You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/05/30 09:06:35 UTC

[incubator-inlong] branch master updated: [INLONG-4434][Docker] fix the wrong ENV for Pulsar address (#4435)

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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 32b4f2840 [INLONG-4434][Docker] fix the wrong ENV for Pulsar address (#4435)
32b4f2840 is described below

commit 32b4f284059d731d0d2d61fb9a6b195df5baa0a2
Author: dockerzhang <do...@tencent.com>
AuthorDate: Mon May 30 17:06:30 2022 +0800

    [INLONG-4434][Docker] fix the wrong ENV for Pulsar address (#4435)
---
 docker/docker-compose/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/docker-compose/docker-compose.yml b/docker/docker-compose/docker-compose.yml
index 9c5b7544d..fbcdd822d 100644
--- a/docker/docker-compose/docker-compose.yml
+++ b/docker/docker-compose/docker-compose.yml
@@ -105,6 +105,6 @@ services:
       - JDBC_URL=mysql:3306
       - USERNAME=root
       - PASSWORD=inlong
-      - PULSAR_BROKER_LIST="pulsar:6650"
+      - PULSAR_BROKER_LIST=pulsar:6650
     ports:
       - "10081:10081"