From b0447572f29e5ca598491ce79832df7a86f1ebb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=A5=E7=BE=8A?= Date: Thu, 8 Aug 2024 14:05:53 +0800 Subject: [PATCH] Update README.md --- Golang/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Golang/README.md b/Golang/README.md index a1bcc4d..97b0c1a 100644 --- a/Golang/README.md +++ b/Golang/README.md @@ -7,7 +7,7 @@ docker run -d --restart unless-stopped --privileged=true -p 35455:35455 --name a ``` ### 2,一键配置watchtower每天凌晨两点自动监听allinone镜像更新,同步GitHub仓库: ``` -docker run -d --name watchtower --restart unless-stopped -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower -c --schedule "0 0 2 * * *" +docker run -d --name watchtower --restart unless-stopped -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower allinone -c --schedule "0 0 2 * * *" ``` ## 二、直接运行: 首先去action中下载对应平台二进制执行文件,然后解压并直接执行