Harden Gitea webhooks and Docker log limits

This commit is contained in:
2026-05-16 13:34:45 +02:00
parent bf30240217
commit 162421e537
4 changed files with 17 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"log-driver": "json-file",
"log-opts": {
"max-size": "50m",
"max-file": "5"
}
}