dd
This commit is contained in:
parent
52a28daed5
commit
acb6112789
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
Description=docker housekeeping tasks
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/docker system prune --force --filter "until=24h" --all
|
||||
ExecStart=/usr/bin/docker buildx prune --force --filter "until=24h"
|
||||
# https://docs.docker.com/config/pruning
|
||||
|
|
Loading…
Reference in a new issue