Initial LisgloSIPS V2 implementation

This commit is contained in:
hectorzhao
2026-06-22 10:56:38 +08:00
commit 5fa1bd35e9
303 changed files with 35644 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"registry-mirrors": [
"https://docker.m.daocloud.io"
],
"live-restore": true,
"log-driver": "local",
"log-opts": {
"max-size": "20m",
"max-file": "3"
},
"no-new-privileges": true
}