diff --git a/build/bin/docker-startup.sh b/build/bin/docker-startup.sh index 879f31a0..92004bd1 100755 --- a/build/bin/docker-startup.sh +++ b/build/bin/docker-startup.sh @@ -14,7 +14,7 @@ set -x export CUSTOM_SEARCH_NAMES="application" export CUSTOM_SEARCH_LOCATIONS=file:${BASE_DIR}/conf/ -export MEMBER_LIST="" +export MEMBER_LIST="$MEMBER_LIST" PLUGINS_DIR="/home/nacos/plugins/peer-finder" function print_servers() { if [[ ! -d "${PLUGINS_DIR}" ]]; then