Skip to content

Commit f46586c

Browse files
authored
Change docker prune filter from 6h to 3h
1 parent 3b6e51f commit f46586c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

priv/scripts/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
set -euox pipefail
44

5-
docker system prune -af --filter "until=6h"
5+
docker system prune -af --filter "until=3h"

0 commit comments

Comments
 (0)