mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 06:10:49 +08:00
在 README.md 中更新 Renovate 命令,添加日期输出以便于调试 [no ci]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user