This commit is contained in:
iceBear67
2026-06-03 16:04:41 +08:00
commit ecc027a685
11 changed files with 1081 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"data-root": "/data/docker",
"log-driver": "json-file",
"log-opts": {
"max-size": "10m",
"max-file": "3"
},
"storage-driver": "overlay2"
}