From cfb3a32d6c13e5449afcf60cd3862cba9c0ca9d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= <37316281+yanhao98@users.noreply.github.com> Date: Sun, 13 Oct 2024 15:37:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7082d8c..a6736d9 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,8 @@ services: - GITHUB_COM_TOKEN=❗️ volumes: - tmp:/tmp - entrypoint: - - /bin/bash image: renovate/renovate:38 + entrypoint: /bin/bash command: -c "while true; do docker-entrypoint.sh renovate; sleep 8h; done" ```