From 7c6b093dac5b999882f95a34d9c79702a7dbb21a Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 1 May 2024 07:27:56 +0800 Subject: [PATCH] update --- update_docker_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_docker_images.sh b/update_docker_images.sh index 363c279..6aa28df 100644 --- a/update_docker_images.sh +++ b/update_docker_images.sh @@ -1,6 +1,6 @@ #!/bin/bash -docker_compose_file="../docker-compose.yml" +docker_compose_file="./docker-compose.yml" # 检查是否存在 docker-compose.yml 文件 if [ ! -f $docker_compose_file ]; then