Files
wecom-ai-assistant/DOCKER_ENGINE_CONFIG.json
bujie9527 edae775129
Some checks failed
Build and Deploy / test-backend (push) Has been cancelled
Build and Deploy / build-backend (push) Has been cancelled
Build and Deploy / build-admin (push) Has been cancelled
Deploy to Production / build-backend (push) Has been cancelled
Deploy to Production / deploy (push) Has been cancelled
Fix Docker Engine JSON configuration syntax
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-05 22:48:32 +08:00

15 lines
265 B
JSON

{
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"experimental": false,
"registry-mirrors": [
"https://docker.mirrors.ustc.edu.cn",
"https://hub-mirror.c.163.com",
"https://mirror.baidubce.com"
]
}