From 00cdf70b0b0669c8d270fc13ec4c834411295817 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Sat, 10 Jan 2026 19:48:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 7d04b2a..254aa7e 100644 --- a/install.sh +++ b/install.sh @@ -6,6 +6,8 @@ restart_docker() { read -p "容器未启动,是否启动容器?(Y/N): " choice case "$choice" in Y|y) + docker-compose -f ./docker-compose.yml up -d + return ;; *) echo "已取消启动"