From 43a161640c7a1ba44c3643b3ea0a65b650e5cb93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Mon, 28 Feb 2022 17:37:59 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=20=E6=96=87=E4=BB=B6=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/deploy.sh b/docker/deploy.sh index 411583b6..12eb42f3 100644 --- a/docker/deploy.sh +++ b/docker/deploy.sh @@ -47,7 +47,7 @@ mount(){ #挂载 nacos 配置文件 if test ! -f "/docker/nacos/conf/custom.properties" ;then mkdir -p /docker/nacos/conf - cp seata/custom.properties /docker/nacos/conf/custom.properties + cp nacos/custom.properties /docker/nacos/conf/custom.properties fi #挂载 seata 配置文件 if test ! -f "/docker/seata/conf/registry.conf" ;then