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