From e047878a5e45c0a9c0060aeebbd1fdf8eaa0024d Mon Sep 17 00:00:00 2001 From: pader Date: Thu, 26 Nov 2020 00:59:21 +0800 Subject: [PATCH] Update Chinese documents #140 #8 --- build/bin/docker-startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/bin/docker-startup.sh b/build/bin/docker-startup.sh index bd247c8..44aa12e 100755 --- a/build/bin/docker-startup.sh +++ b/build/bin/docker-startup.sh @@ -13,7 +13,7 @@ # limitations under the License. set -x export DEFAULT_SEARCH_LOCATIONS="classpath:/,classpath:/config/,file:./,file:./config/" -export CUSTOM_SEARCH_LOCATIONS=${DEFAULT_SEARCH_LOCATIONS},file:${BASE_DIR}/conf/,${BASE_DIR}/init.d/ +export CUSTOM_SEARCH_LOCATIONS=${BASE_DIR}/init.d/,file:${BASE_DIR}/conf/,${DEFAULT_SEARCH_LOCATIONS} export CUSTOM_SEARCH_NAMES="application,custom" export MEMBER_LIST="" PLUGINS_DIR="/home/nacos/plugins/peer-finder"