From ae5d8214c0df6681310fd57f097e3b8dbde1c9f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 16 Oct 2024 17:06:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20README.md=20=E4=B8=AD=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20Renovate=20=E5=91=BD=E4=BB=A4=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=97=A5=E6=9C=9F=E8=BE=93=E5=87=BA=E4=BB=A5=E4=BE=BF?= =?UTF-8?q?=E4=BA=8E=E8=B0=83=E8=AF=95=20[no=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c89da9..9915ee8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ x-common-services: &common-services - tmp:/tmp image: renovate/renovate entrypoint: /bin/bash - command: -c "while true; do docker-entrypoint.sh renovate; sleep 1h; done" + command: -c "while true; do docker-entrypoint.sh renovate; date; sleep 1h; done" x-common-env: &common-env LOG_LEVEL: debug TZ: Asia/Shanghai