From ec94a99603d5e3004ac2a4dafb1684ef33748043 Mon Sep 17 00:00:00 2001 From: sven Date: Tue, 20 Jan 2026 13:57:23 +0100 Subject: [PATCH] Memorylimit angepasst --- bookstack/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookstack/compose.yaml b/bookstack/compose.yaml index 4d50ce0..e8032b9 100755 --- a/bookstack/compose.yaml +++ b/bookstack/compose.yaml @@ -7,7 +7,7 @@ services: deploy: resources: limits: - memory: 512M + memory: 128M environment: - PUID=1000 - PGID=1000