All checks were successful
/ Ansible Lint (push) Successful in 2m25s
With time the volume seems to just keeps growing with cache data, so clean it up once a day.
7 lines
155 B
Desktop File
7 lines
155 B
Desktop File
[Unit]
|
|
Description=renovate cleanup (delete docker volume)
|
|
Conflicts=renovate.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/docker volume rm renovate
|