This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new f7e5512 docker-compose wrong env (#5664)
f7e5512 is described below
commit f7e551282ace5850783bdb57004dae15e044f4a2
Author: YulongZ <[email protected]>
AuthorDate: Mon Jun 21 11:51:49 2021 +0800
docker-compose wrong env (#5664)
* docker-compose wrong env
---
docker/build/conf/dolphinscheduler/registry.properties.tpl | 2 +-
docker/docker-swarm/config.env.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/build/conf/dolphinscheduler/registry.properties.tpl
b/docker/build/conf/dolphinscheduler/registry.properties.tpl
index ac89158..69a9e8d 100644
--- a/docker/build/conf/dolphinscheduler/registry.properties.tpl
+++ b/docker/build/conf/dolphinscheduler/registry.properties.tpl
@@ -17,7 +17,7 @@
registry.plugin.name=${REGISTRY_PLUGIN_NAME}
registry.plugin.dir=${REGISTRY_PLUGIN_DIR}
-registry.plugin.binding=registry
+#registry.plugin.binding=registry
registry.servers=${REGISTRY_SERVERS}
diff --git a/docker/docker-swarm/config.env.sh
b/docker/docker-swarm/config.env.sh
index 356ca2a..382807a 100755
--- a/docker/docker-swarm/config.env.sh
+++ b/docker/docker-swarm/config.env.sh
@@ -40,7 +40,7 @@ DATABASE_PARAMS=characterEncoding=utf8
# ZooKeeper
#============================================================================
-REGISTRY_PLUGIN_DIR=lib/plugin/registry/zookeeper
+REGISTRY_PLUGIN_DIR=lib/plugin/registry
REGISTRY_PLUGIN_NAME=zookeeper
REGISTRY_SERVERS=dolphinscheduler-zookeeper:2181