From 17497067c75e4f9fd95a0295cd0920e80f70b291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E4=B8=83=E5=B9=B4=E5=A4=8F?= <2098833867@qq.com> Date: Fri, 26 Apr 2024 00:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA=E6=8C=87?= =?UTF-8?q?=E4=BB=A4=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker_shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_shell.sh b/docker_shell.sh index 1da15f3..4af476f 100644 --- a/docker_shell.sh +++ b/docker_shell.sh @@ -40,4 +40,4 @@ fi echo "启动新版容器: $name..." mkdir -p /home/lolosia-web/work -docker run -p 58801:58801 -d --restart=always -v -v /home/lolosia-web/work:/app/work --name ${name} ${name} \ No newline at end of file +docker run -p 58801:58801 -d --restart=always -v /home/lolosia-web/work:/app/work --name ${name} ${name} \ No newline at end of file