From b31711d86de4bd09a72a40b207b3174dcc48480b Mon Sep 17 00:00:00 2001 From: hanxuanyu <2252193204@qq.com> Date: Wed, 28 Jan 2026 15:53:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8Ddocker-compose?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BB=A5=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E2=80=9C.yaml=E2=80=9D=E6=A0=87=E5=87=86=E6=89=A9=E5=B1=95?= =?UTF-8?q?=E5=90=8D=EF=BC=8C=E6=9B=B4=E6=96=B0=E7=9B=B8=E5=85=B3=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 2 +- docker-compose.yml => docker-compose.yaml | 0 scripts/deploy.sh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename docker-compose.yml => docker-compose.yaml (100%) diff --git a/.dockerignore b/.dockerignore index 7032610..2d9b34c 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,7 +7,7 @@ output scripts # docs *.md -docker-compose.yml +docker-compose.yaml Dockerfile .dockerignore webapp/.vscode diff --git a/docker-compose.yml b/docker-compose.yaml similarity index 100% rename from docker-compose.yml rename to docker-compose.yaml diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 561dbfa..f72e951 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -16,7 +16,7 @@ log() { } # 确保在项目根目录 -if [ ! -f "docker-compose.yml" ]; then +if [ ! -f "docker-compose.yaml" ]; then log "错误: 未能在 $PROJECT_DIR 找到 docker-compose.yml,请确保脚本位置正确。" exit 1 fi