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