0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 06:30:49 +08:00

更新 README.md

This commit is contained in:
严浩
2024-10-13 15:37:25 +08:00
committed by GitHub
parent f1f0b70d04
commit cfb3a32d6c

View File

@ -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"
```
</details>