From 237f699f7029a479072edfe642112bd9925fa141 Mon Sep 17 00:00:00 2001 From: fanxb Date: Mon, 15 Mar 2021 14:55:40 +0800 Subject: [PATCH] =?UTF-8?q?deploy:=E4=BF=AE=E6=94=B9=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index ef73bbf..c5bd576 100755 --- a/start.sh +++ b/start.sh @@ -3,11 +3,11 @@ base=$(cd "$(dirname "$0")";pwd) cd $base #Mysql地址 -export MYSQL_ADDRESS=localhost:3306 +export MYSQL_ADDRESS=mysql:3306 #Mysql密码 export MYSQL_PASSWORD=123456 #redis地址 -export REDIS_HOST=localhost +export REDIS_HOST=redis #redis端口 export REDIS_PORT=6379 # smtp地址