更新 docker.sh

This commit is contained in:
lc 2025-05-27 05:29:54 +00:00
parent 32dc012c9a
commit d49a759c17

View File

@ -19,7 +19,7 @@ else
fi
# 方法 1: 固定版本号(根据需要手动更新)
DOCKER_COMPOSE_VERSION="v2.25.0"
DOCKER_COMPOSE_VERSION="v2.35.1"
# 方法 2: 从阿里云镜像站点获取版本号(无需访问 GitHub)
if [ "$USE_CHINA_MIRROR" = "yes" ]; then