From a76a47ffab4323a3c074a4fa092a2b4aa2def690 Mon Sep 17 00:00:00 2001 From: Kiolow Date: Sun, 15 Dec 2024 21:06:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9docker-compose=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run.sh b/bin/run.sh index 6bebdf8..4054884 100644 --- a/bin/run.sh +++ b/bin/run.sh @@ -12,7 +12,7 @@ if [ $uuid = "你的UUID" ]; then fi ## 启动docker容器 -docker-compose up -d -f $script_dir/../docker-compose.yml +docker-compose -f $script_dir/../docker-compose.yml up -d # 打印分享链接 bash $script_dir/print_share_link.sh