From 9c4857599c3c909005ca2424d3c91ee16a984f30 Mon Sep 17 00:00:00 2001 From: sven Date: Sat, 24 Jan 2026 09:58:14 +0100 Subject: [PATCH] =?UTF-8?q?Restart=20Policy=20ge=C3=A4ndert,=20Automount?= =?UTF-8?q?=20funktioniert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- paperless_ngx/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paperless_ngx/compose.yaml b/paperless_ngx/compose.yaml index 68eb275..a925f85 100755 --- a/paperless_ngx/compose.yaml +++ b/paperless_ngx/compose.yaml @@ -1,14 +1,14 @@ services: broker: image: docker.io/library/redis:latest - restart: no #unless-stopped + restart: unless-stopped deploy: resources: limits: memory: 64M webserver: image: ghcr.io/paperless-ngx/paperless-ngx:latest - restart: no #unless-stopped + restart: unless-stopped deploy: resources: limits: