From f1f0b70d043c7ced1515fe70f7645a7c62a06a02 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:34:43 +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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 064addd..7082d8c 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,15 @@ docker-compose.yml ```yaml +name: renovate +volumes: + tmp: + driver: local services: git.1-h.cc: # docker exec -it renovate-git.1-h.cc-1 docker-entrypoint.sh renovate pull_policy: always restart: always - network_mode: bridge environment: - LOG_LEVEL=debug - TZ=Asia/Shanghai @@ -39,6 +42,8 @@ services: - RENOVATE_ENDPOINT=❗️https://git.1-h.cc - RENOVATE_TOKEN=❗️ - GITHUB_COM_TOKEN=❗️ + volumes: + - tmp:/tmp entrypoint: - /bin/bash image: renovate/renovate:38