From 770a0785b67a0c62074d55a856322ec4a165d934 Mon Sep 17 00:00:00 2001 From: xuwei-fit2cloud Date: Mon, 5 Feb 2024 16:22:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20dectl=20=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E5=9C=A8=E5=81=9C=E6=AD=A2=E6=9C=8D=E5=8A=A1=E6=97=B6?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=81=9C=E6=AD=A2=E5=90=8C=E6=AD=A5=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=9C=8D=E5=8A=A1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/dectl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/dectl b/installer/dectl index b02d0001ca..1451366d7a 100644 --- a/installer/dectl +++ b/installer/dectl @@ -49,7 +49,7 @@ function usage() { } function _generate_compose_file_args() { if [[ $DE_INSTALL_MODE != "community" ]];then - compose_files="${compose_files} -f docker-compose-apisix.yml" + compose_files="${compose_files} -f docker-compose-apisix.yml -f docker-compose-task.yml" fi } function _check_apisix_init() {