Files
sillytavern-repalice/docker-daemon-config.json
2026-04-26 03:34:47 +08:00

18 lines
354 B
JSON

{
"registry-mirrors": [
"https://docker.m.daocloud.io",
"https://huecker.io",
"https://dockerhub.timeweb.cloud",
"https://noohub.ru",
"https://mirror.ccs.tencentyun.com",
"https://mirror.baidubce.com"
],
"builder": {
"gc": {
"enabled": true,
"defaultKeepStorage": "20GB"
}
},
"experimental": false
}