+ Docker config to save on space

This commit is contained in:
2022-06-13 23:16:30 -07:00
parent 2f926b99c1
commit a61ef4b841
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"log-driver" : "local",
"log-opts": {
"max-size": "10m",
"max-file": "3"
}
}