From beed4fff538c74e35093e5f0be877104948fe3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E8=91=B1?= <109458285+YanG-1989@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:40:35 +0800 Subject: [PATCH] Update watchtower.sh --- watchtower.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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