Doku: Docker-Stacks unter guests/vm101-ubuntu.

Compose und stack-relevante Config ohne Volumes/Daten; Secrets REDACTED.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
root
2026-06-28 11:05:53 +02:00
parent 2edf5e69b1
commit 5a4f7a7333
21 changed files with 732 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"iptables": false,
"ip6tables": false,
"log-driver": "json-file",
"log-opts": {
"max-size": "50m",
"max-file": "3"
}
}