diff --git a/doc/run_use_docker.md b/doc/run_use_docker.md index 79f7441..2bb79c6 100644 --- a/doc/run_use_docker.md +++ b/doc/run_use_docker.md @@ -1,7 +1,7 @@ 1.初始化 ```bash -curl -fsSL https://ghproxy.com/https://raw.githubusercontent.com/shanmiteko/LotteryAutoScript/main/script/docker/init.sh | sudo bash +curl -fsSL https://gitlab.com/shanmiteko/LotteryAutoScript/-/raw/main/script/docker/init.sh | sudo bash ``` 进入`lottery`文件夹 diff --git a/script/docker/init.sh b/script/docker/init.sh index a6f1e78..d367fe1 100755 --- a/script/docker/init.sh +++ b/script/docker/init.sh @@ -37,7 +37,7 @@ CONFIG_FILE=my_config.js # docker仓库 DOCKER_REPO=shanmite/lottery_auto_docker # cdn -CDN=https://cdn.staticaly.com/gh/shanmiteko/LotteryAutoScript/main +CDN=https://gitlab.com/shanmiteko/LotteryAutoScript/-/raw/main # env.example.js文件 ENV_EXAMPLE="$CDN/env.example.js" # my_config.example.js文件