diff --git a/docker/build/conf/dolphinscheduler/registry.properties.tpl b/docker/build/conf/dolphinscheduler/registry.properties.tpl index ac89158b1f..69a9e8d806 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 356ca2afd4..382807a27c 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