From da15b9237bf16a195f3d2d2e3f336cafa216aed3 Mon Sep 17 00:00:00 2001 From: Chenc Date: Tue, 6 Aug 2024 05:37:16 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20start.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index bb39065..b024c81 100644 --- a/start.sh +++ b/start.sh @@ -18,7 +18,7 @@ if [ $query_euid -ne 0 ]; then fi if ! command -v docker-compose >/dev/null 2>&1 ; then - curl -L https://gh-proxy.com/https://github.com/docker/compose/releases/download/v${docker_compose_ver}/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose + curl -L https://gh-mirrors.qra.ink/https://github.com/docker/compose/releases/download/v${docker_compose_ver}/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-compose fi