From 4f0b8915e0026409d6250cb0bcac0a7eaa76ba55 Mon Sep 17 00:00:00 2001 From: fanxb Date: Fri, 18 Jun 2021 17:29:29 +0800 Subject: [PATCH] =?UTF-8?q?deploy:=E4=BF=AE=E6=94=B9=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=EF=BC=8C=E6=94=AF=E6=8C=81=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/start.sh b/start.sh index 3198770..ebe6349 100755 --- a/start.sh +++ b/start.sh @@ -47,6 +47,7 @@ delete="delete" if [ -z $1 ] || [ $1 == $start ];then echo "start" + docker-compose down docker-compose up -d elif [ $1 == $stop ];then echo "stop"