Restart Policy geändert, Automount funktioniert.

This commit is contained in:
2026-01-24 09:58:14 +01:00
parent 7b2a6714de
commit 9c4857599c
+2 -2
View File
@@ -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: