From 7dd07ee728a3e181f7e048ac9f80d78d1519dfc7 Mon Sep 17 00:00:00 2001 From: smallchill Date: Sun, 23 Apr 2023 19:34:07 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E6=9B=B4=E6=96=B0=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E7=9A=84nacos=E6=8C=82=E8=BD=BD=E6=96=87=E4=BB=B6=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/docker/app/deploy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/docker/app/deploy.sh b/script/docker/app/deploy.sh index 4a08b6e42..adf1b7854 100644 --- a/script/docker/app/deploy.sh +++ b/script/docker/app/deploy.sh @@ -50,9 +50,9 @@ mount(){ cp nginx/web/nginx.conf /docker/nginx/web/nginx.conf cp -r nginx/web/html /docker/nginx/web/html fi - if test ! -f "/docker/nacos/init.d/custom.properties" ;then - mkdir -p /docker/nacos/init.d - cp nacos/init.d/custom.properties /docker/nacos/init.d/custom.properties + if test ! -f "/docker/nacos/conf/application.properties" ;then + mkdir -p /docker/nacos/conf + cp nacos/conf/application.properties /docker/nacos/conf/application.properties fi if test ! -f "/docker/prometheus/prometheus.yml" ;then mkdir -p /docker/prometheus