diff --git a/watchtower.sh b/watchtower.sh index 6ed17ac..4c54fc2 100644 --- a/watchtower.sh +++ b/watchtower.sh @@ -6,6 +6,8 @@ # 最新版本:1.0.0 ############################### +REVERSE_PROXY="docker.zhai.cm" # 设置反向代理地址 + # 设置颜色变量 RED="\033[1;31m" GREEN="\033[1;32m" @@ -360,4 +362,4 @@ main() { } # 执行主程序 -main \ No newline at end of file +main