8 lines
276 B
Django/Jinja
8 lines
276 B
Django/Jinja
{{ file_header | default () }}
|
|
[Unit]
|
|
Description=docker housekeeping tasks
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/docker system prune --force --filter "until=24h" --all && /usr/bin/docker buildx prune --force --filter "until=24h"
|
|
# https://docs.docker.com/config/pruning
|