Dateiaufgabe - neue Dokumente "hängen" in Verabeitung gestartet

Seit meiner 2FA Aktion läuft irgendwas unrund.
Neue Dateien im Consumeordner werden erkannt, bleiben aber im Schritt „gestartet“ hängen.
Habe nun testweise eine Datei seit zwei Tagen dort… sie wird nicht final eingelesen.

Woran kann das liegen?

Ergänzung:
haben eben Paperless neu gestartet bzw. geupdatet… aber keine Besserung. Habe die Dateien aus dem Consumeordner rausgenommen und neue Dateien reingeschoben. Soweit erkennt er das auch und beginnt der Verarbeitung - weiter geht es aber nicht.

Wenn ich ins Log schaue, steht in der letzten Zeile das hier (AppleSchoolManager ist meine Test-PDF)

django.db.utils.IntegrityError: null value in column „status“ of relation „documents_paperlesstask“ violates not-null constraint

DETAIL: Failing row contains (2478, eaeba634-06b1-4a94-b177-c3fd3584cfba, f, 2024-10-12 14:11:15.40775+00, 2024-10-12 14:11:15.482262+00, 2024-10-12 14:11:15.453066+00, null, null, Bei AppleSchoolManager registrieren.pdf, documents.tasks.consume_file).

Ich komme nicht weiter. Die Dateien hängen in „gestartet“ fest…
Im Anhang mal einen „aktuellen“ Protokollteil… wenn irgendwer hier eine Idee hat - wäre das super!

File „/usr/local/lib/python3.11/site-packages/psycopg/cursor.py“, line 97, in execute

raise ex.with_traceback(None)

psycopg.errors.NotNullViolation: null value in column „status“ of relation „documents_paperlesstask“ violates not-null constraint

DETAIL: Failing row contains (2484, fb8001df-f9a5-414c-897c-8dd959800cb3, f, 2024-10-18 08:55:58.062439+00, 2024-10-18 08:55:58.139282+00, 2024-10-18 08:55:58.11696+00, null, null, Protokoll_GK_10_1_24.pdf, documents.tasks.consume_file).

The above exception was the direct cause of the following exception:

Traceback (most recent call last):

File „/usr/src/paperless/src/documents/signals/handlers.py“, line 860, in task_postrun_handler

task_instance.save()

File „/usr/local/lib/python3.11/site-packages/django/db/models/base.py“, line 814, in save

self.save_base(

File „/usr/local/lib/python3.11/site-packages/django/db/models/base.py“, line 877, in save_base

updated = self._save_table(

          ^^^^^^^^^^^^^^^^^

File „/usr/local/lib/python3.11/site-packages/django/db/models/base.py“, line 990, in _save_table

updated = self._do_update(

          ^^^^^^^^^^^^^^^^

File „/usr/local/lib/python3.11/site-packages/django/db/models/base.py“, line 1054, in _do_update

return filtered._update(values) > 0

       ^^^^^^^^^^^^^^^^^^^^^^^^

File „/usr/local/lib/python3.11/site-packages/django/db/models/query.py“, line 1231, in _update

return query.get_compiler(self.db).execute_sql(CURSOR)

       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File „/usr/local/lib/python3.11/site-packages/django/db/models/sql/compiler.py“, line 1984, in execute_sql

cursor = super().execute_sql(result_type)

         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File „/usr/local/lib/python3.11/site-packages/django/db/models/sql/compiler.py“, line 1562, in execute_sql

cursor.execute(sql, params)

File „/usr/local/lib/python3.11/site-packages/django/db/backends/utils.py“, line 67, in execute

return self._execute_with_wrappers(

       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File „/usr/local/lib/python3.11/site-packages/django/db/backends/utils.py“, line 80, in _execute_with_wrappers

return executor(sql, params, many, context)

       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File „/usr/local/lib/python3.11/site-packages/django/db/backends/utils.py“, line 84, in _execute

with self.db.wrap_database_errors:

File „/usr/local/lib/python3.11/site-packages/django/db/utils.py“, line 91, in exit

raise dj_exc_value.with_traceback(traceback) from exc_value

File „/usr/local/lib/python3.11/site-packages/django/db/backends/utils.py“, line 89, in _execute

return self.cursor.execute(sql, params)

       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File „/usr/local/lib/python3.11/site-packages/psycopg/cursor.py“, line 97, in execute

raise ex.with_traceback(None)

django.db.utils.IntegrityError: null value in column „status“ of relation „documents_paperlesstask“ violates not-null constraint

DETAIL: Failing row contains (2484, fb8001df-f9a5-414c-897c-8dd959800cb3, f, 2024-10-18 08:55:58.062439+00, 2024-10-18 08:55:58.139282+00, 2024-10-18 08:55:58.11696+00, null, null, Protokoll_GK_10_1_24.pdf, documents.tasks.consume_file).

Poste bitte mal die Ausgabe von

sudo docker ps

Ich vermute, dass mit Redis etwas nicht stimmt.

CONTAINER ID   IMAGE                                        COMMAND                                                                                                                                                                               CREATED         STATUS                 PORTS                                                                                                                                                                                                                                                                                                                                                                                                                                                     NAMES
5f791c6ab12a   ghcr.io/paperless-ngx/paperless-ngx:latest   "/sbin/docker-entryp                                                                                                                                                             …"   2 hours ago     Up 2 hours (healthy)   0.0.0.0:8000->8000/tcp, :::8000->800                                                                                                                                                             0/tcp                                                                                                                                                                                                                                                    paperless-webserver-1
be747c9cb255   redis:7                                      "docker-entrypoint.s                                                                                                                                                             …"   2 hours ago     Up 2 hours             6379/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                  paperless-broker-1
24bd5488cbcd   postgres:13                                  "docker-entrypoint.s                                                                                                                                                             …"   2 hours ago     Up 2 hours             5432/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                  paperless-db-1
6fb97444ccaa   gotenberg/gotenberg:7.8                      "/usr/bin/tini -- go                                                                                                                                                             …"   2 hours ago     Up 2 hours             3000/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                  paperless-gotenberg-1
408fd56493e4   ghcr.io/paperless-ngx/tika:latest            "/bin/sh -c 'exec ja                                                                                                                                                             …"   2 hours ago     Up 2 hours             9998/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                  paperless-tika-1
f9dc6098d93c   authelia/authelia                            "/app/entrypoint.sh"                                                                                                                                                                  10 days ago     Up 2 days (healthy)    0.0.0.0:9091->9091/tcp, :::9091->909                                                                                                                                                             1/tcp                                                                                                                                                                                                                                                    authelia
064b82849caa   redis:alpine                                 "docker-entrypoint.s                                                                                                                                                             …"   10 days ago     Up 2 days              6379/tcp                                                                                                                                                                                                                                                                                                                                                                                                                                                  redis_authelia
5e7027c41379   nginx:latest                                 "/docker-entrypoint.                                                                                                                                                             …"   10 days ago     Up 2 days              0.0.0.0:8080->80/tcp, :::8080->80/tc                                                                                                                                                             p, 0.0.0.0:30443->443/tcp, :::30443->443/tcp, 0.0.0.0:39443->9443/tcp, :::39443-                                                                                                                                                             >9443/tcp   nginx
82e8b380f940   couchdb                                      "tini -- /docker-ent                                                                                                                                                             …"   5 months ago    Up 2 days              4369/tcp, 9100/tcp, 0.0.0.0:5984->59                                                                                                                                                             84/tcp, :::5984->5984/tcp                                                                                                                                                                                                                                obsidian_sync-couchserver-1
acae55ea6a70   nodered/node-red:latest                      "./entrypoint.sh"                                                                                                                                                                     12 months ago   Up 2 days (healthy)    0.0.0.0:2062-2063->2062-2063/tcp, ::                                                                                                                                                             :2062-2063->2062-2063/tcp, 0.0.0.0:1882->1880/tcp, :::1882->1880/tcp                                                                                                                                                                                     nodered
f23fddbe58a2   eclipse-mosquitto:2.0.15-openssl             "/docker-entrypoint.                                                                                                                                                             …"   23 months ago   Up 2 days              0.0.0.0:1885->1883/tcp, :::1885->188                                                                                                                                                             3/tcp                                                                                                                                                                                                                                                    mosquitto
410b866ecf5e   influxdb:2.5.1                               "/entrypoint.sh infl                                                                                                                                                             …"   23 months ago   Up 2 days              0.0.0.0:8086->8086/tcp, :::8086->808                                                                                                                                                             6/tcp                                                                                                                                                                                                                                                    influxdb

Wie ich sehe, hast du zwei mal redis auf deinem System.
An sich kein Problem, solange das in unterschiedlichen Docker-Netzwerken passiert.

Wozu gehört das zweite redis (alpine)?

Führe bitte einmal pro redis folgenden Befehl aus:

sudo docker inspect <container id von redis, linke spalte>

und poste die Ergebnisse (in Code-Boxen).

[quote="WeisFred, post:6, topic:1330"]
`064b82849caa`
[/quote]
Redis:Alpine

[
    {
        "Id": "064b82849caa28b0a7ae4b8fd916bfe4d278030179cba97f9d4439599beae783",
        "Created": "2024-10-07T20:01:54.324866327Z",
        "Path": "docker-entrypoint.sh",
        "Args": [
            "redis-server"
        ],
        "State": {
            "Status": "running",
            "Running": true,
            "Paused": false,
            "Restarting": false,
            "OOMKilled": false,
            "Dead": false,
            "Pid": 10516,
            "ExitCode": 0,
            "Error": "",
            "StartedAt": "2024-10-15T20:52:47.066973322Z",
            "FinishedAt": "2024-10-15T22:52:36.983526319+02:00",
            "StartedTs": 1729025567,
            "FinishedTs": 1729025556
        },
        "Image": "sha256:7d06252fad43690f61cbb858628b933fd85f048aaba4c05e577274b2c77cd7cb",
        "ResolvConfPath": "/volume1/@docker/containers/064b82849caa28b0a7ae4b8fd916bfe4d278030179cba97f9d4439599beae783/resolv.conf",
        "HostnamePath": "/volume1/@docker/containers/064b82849caa28b0a7ae4b8fd916bfe4d278030179cba97f9d4439599beae783/hostname",
        "HostsPath": "/volume1/@docker/containers/064b82849caa28b0a7ae4b8fd916bfe4d278030179cba97f9d4439599beae783/hosts",
        "LogPath": "/volume1/@docker/containers/064b82849caa28b0a7ae4b8fd916bfe4d278030179cba97f9d4439599beae783/log.db",
        "Name": "/redis_authelia",
        "RestartCount": 0,
        "Driver": "aufs",
        "Platform": "linux",
        "MountLabel": "",
        "ProcessLabel": "",
        "AppArmorProfile": "docker-default",
        "ExecIDs": null,
        "HostConfig": {
            "Binds": [
                "/volume1/docker/authelia/redisdata:/data:rw"
            ],
            "ContainerIDFile": "",
            "LogConfig": {
                "Type": "db",
                "Config": {}
            },
            "NetworkMode": "authelia_net",
            "PortBindings": {},
            "RestartPolicy": {
                "Name": "unless-stopped",
                "MaximumRetryCount": 0
            },
            "AutoRemove": false,
            "VolumeDriver": "",
            "VolumesFrom": null,
            "CapAdd": null,
            "CapDrop": null,
            "CgroupnsMode": "host",
            "Dns": [],
            "DnsOptions": [],
            "DnsSearch": [],
            "ExtraHosts": [],
            "GroupAdd": null,
            "IpcMode": "private",
            "Cgroup": "",
            "Links": null,
            "OomScoreAdj": 0,
            "PidMode": "",
            "Privileged": false,
            "PublishAllPorts": false,
            "ReadonlyRootfs": false,
            "SecurityOpt": null,
            "UTSMode": "",
            "UsernsMode": "",
            "ShmSize": 67108864,
            "Runtime": "runc",
            "Env": [
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "GOSU_VERSION=1.17",
                "REDIS_VERSION=7.4.0",
                "REDIS_DOWNLOAD_URL=http://download.redis.io/releases/redis-7.4.0.tar.gz",
                "REDIS_DOWNLOAD_SHA=57b47c2c6682636d697dbf5d66d8d495b4e653afc9cd32b7adf9da3e433b8aaf",
                "PUID=1000",
                "PGID=1000",
                "TZ=Europe/Berlin"
            ],
            "ConsoleSize": [
                0,
                0
            ],
            "Isolation": "",
            "CpuShares": 0,
            "Memory": 0,
            "NanoCpus": 0,
            "CgroupParent": "",
            "BlkioWeight": 0,
            "BlkioWeightDevice": null,
            "BlkioDeviceReadBps": null,
            "BlkioDeviceWriteBps": null,
            "BlkioDeviceReadIOps": null,
            "BlkioDeviceWriteIOps": null,
            "CpuPeriod": 0,
            "CpuQuota": 0,
            "CpuRealtimePeriod": 0,
            "CpuRealtimeRuntime": 0,
            "CpusetCpus": "",
            "CpusetMems": "",
            "Devices": null,
            "DeviceCgroupRules": null,
            "DeviceRequests": null,
            "KernelMemory": 0,
            "KernelMemoryTCP": 0,
            "MemoryReservation": 0,
            "MemorySwap": 0,
            "MemorySwappiness": null,
            "OomKillDisable": false,
            "PidsLimit": null,
            "Ulimits": null,
            "CpuCount": 0,
            "CpuPercent": 0,
            "IOMaximumIOps": 0,
            "IOMaximumBandwidth": 0,
            "MaskedPaths": [
                "/proc/asound",
                "/proc/acpi",
                "/proc/kcore",
                "/proc/keys",
                "/proc/latency_stats",
                "/proc/timer_list",
                "/proc/timer_stats",
                "/proc/sched_debug",
                "/proc/scsi",
                "/sys/firmware"
            ],
            "ReadonlyPaths": [
                "/proc/bus",
                "/proc/fs",
                "/proc/irq",
                "/proc/sys",
                "/proc/sysrq-trigger"
            ]
        },
        "GraphDriver": {
            "Data": null,
            "Name": "aufs"
        },
        "Mounts": [
            {
                "Type": "bind",
                "Source": "/volume1/docker/authelia/redisdata",
                "Destination": "/data",
                "Mode": "rw",
                "RW": true,
                "Propagation": "rprivate"
            }
        ],
        "Config": {
            "Hostname": "064b82849caa",
            "Domainname": "",
            "User": "",
            "AttachStdin": false,
            "AttachStdout": true,
            "AttachStderr": true,
            "ExposedPorts": {
                "6379": {},
                "6379/tcp": {}
            },
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": [
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "GOSU_VERSION=1.17",
                "REDIS_VERSION=7.4.0",
                "REDIS_DOWNLOAD_URL=http://download.redis.io/releases/redis-7.4.0.tar.gz",
                "REDIS_DOWNLOAD_SHA=57b47c2c6682636d697dbf5d66d8d495b4e653afc9cd32b7adf9da3e433b8aaf",
                "PUID=1000",
                "PGID=1000",
                "TZ=Europe/Berlin"
            ],
            "Cmd": [
                "redis-server"
            ],
            "Image": "redis:alpine",
            "Volumes": {
                "/data": {}
            },
            "WorkingDir": "/data",
            "Entrypoint": [
                "docker-entrypoint.sh"
            ],
            "OnBuild": null,
            "Labels": {
                "com.docker.compose.config-hash": "17db6279e89d4a3d0d2843e310b6470fa9407af38faa70b39b000cdc7ff977f1",
                "com.docker.compose.container-number": "1",
                "com.docker.compose.depends_on": "",
                "com.docker.compose.image": "sha256:7d06252fad43690f61cbb858628b933fd85f048aaba4c05e577274b2c77cd7cb",
                "com.docker.compose.oneoff": "False",
                "com.docker.compose.project": "authelia",
                "com.docker.compose.project.config_files": "/volume1/docker/authelia/docker-compose.yml",
                "com.docker.compose.project.working_dir": "/volume1/docker/authelia",
                "com.docker.compose.service": "redis",
                "com.docker.compose.version": "2.9.0"
            },
            "DDSM": false
        },
        "NetworkSettings": {
            "Bridge": "",
            "SandboxID": "39d5609ceff35ea5d1e39cc67d9efd411d4d0ac03b7324ac71e5d2a56dc65d45",
            "HairpinMode": false,
            "LinkLocalIPv6Address": "",
            "LinkLocalIPv6PrefixLen": 0,
            "Ports": {
                "6379/tcp": null
            },
            "SandboxKey": "/var/run/docker/netns/39d5609ceff3",
            "SecondaryIPAddresses": null,
            "SecondaryIPv6Addresses": null,
            "EndpointID": "",
            "Gateway": "",
            "GlobalIPv6Address": "",
            "GlobalIPv6PrefixLen": 0,
            "IPAddress": "",
            "IPPrefixLen": 0,
            "IPv6Gateway": "",
            "MacAddress": "",
            "Networks": {
                "authelia_net": {
                    "IPAMConfig": null,
                    "Links": null,
                    "Aliases": [
                        "redis_authelia",
                        "redis",
                        "064b82849caa"
                    ],
                    "NetworkID": "ddc68dd770013ac7fd9420182a14e9544ccfbe3abeb5d6909e1229a8881c79ab",
                    "EndpointID": "bc37fce0c9d5b0b81d80a5efdc5b496d1f24d181daf3924357a9acba0212a73a",
                    "Gateway": "172.21.0.1",
                    "IPAddress": "172.21.0.3",
                    "IPPrefixLen": 16,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "MacAddress": "02:42:ac:15:00:03",
                    "DriverOpts": null
                }
            }
        }
    }
]

`> Blockzitat`

Redis:7

Frederik@WeiCloud:~$ sudo docker inspect be747c9cb255


Error: No such object: be747c9cb255

Packe die Ausgabe bitte in Code-Blöcke, sonst ist es nicht wirklich lesbar.

Tippfehler schließe ich aus.
Ich wüsste auch nicht, wofür ich redis zweimal installiert hätte. Wenn es zweimal da war, wäre es eigentlich schon länger gelaufen ohne Probleme… ich habe vermutlich irgendwas wärend der 2FA Einrichtung falsch gemacht.
Was mir aufgefallen ist: Den Schritt Paperless direkt in die Synology-Oberfläche „zu holen“ - wie im Video am Ende gezeigt - hatte ich zunächst mit laufender Paperlessinstanz gemacht. Ich befürchte, ab da haben die Probleme begonnen. Mittlerweile habe ich von Paperless ja ein Backup eingespielt, Instanz gestoppt und dann auf die Oberfläche „geholt“. Da ging es. Kann es sein, dass sich dabei Redis irgendwie gedoppelt hat?

wie mache ich das?
Es soll vermutlich aussehen wie oben die Containerauflistung (mit 2x Redis) - ich weiß aber nicht, wie ich das da hinbekommen habe

EDIT: besser so?

Bei Redis Alpine finde ich immer mal das Wörtchen Authelia in den Blöcken.
Redis:7 führt immer zu „no such object“

Ich habe noch einmal die IDs geprüft.
Kann es sein, dass diese sich ändern - Redis:7 hat eine andere ID als oben übermittelt

sudo docker inspect 96ca8a18b954
Password:

[
    {
        "Id": "96ca8a18b954f91ac7080add40d7f93f1e1cfc8b4af8f4a50afcc15c329d632e",
        "Created": "2024-10-18T15:04:57.948448664Z",
        "Path": "docker-entrypoint.sh",
        "Args": [
            "redis-server"
        ],
        "State": {
            "Status": "running",
            "Running": true,
            "Paused": false,
            "Restarting": false,
            "OOMKilled": false,
            "Dead": false,
            "Pid": 26783,
            "ExitCode": 0,
            "Error": "",
            "StartedAt": "2024-10-18T15:04:59.672831546Z",
            "FinishedAt": "0001-01-01T00:00:00Z",
            "StartedTs": 1729263899,
            "FinishedTs": -62135596800
        },
        "Image": "sha256:f02a7f56692880b88d5fabe631da5547ae1d8c30d7050c3d004347a9fa5e5a3c",
        "ResolvConfPath": "/volume1/@docker/containers/96ca8a18b954f91ac7080add40d7f93f1e1cfc8b4af8f4a50afcc15c329d632e/resolv.conf",
        "HostnamePath": "/volume1/@docker/containers/96ca8a18b954f91ac7080add40d7f93f1e1cfc8b4af8f4a50afcc15c329d632e/hostname",
        "HostsPath": "/volume1/@docker/containers/96ca8a18b954f91ac7080add40d7f93f1e1cfc8b4af8f4a50afcc15c329d632e/hosts",
        "LogPath": "/volume1/@docker/containers/96ca8a18b954f91ac7080add40d7f93f1e1cfc8b4af8f4a50afcc15c329d632e/log.db",
        "Name": "/paperless-ngx-broker-1",
        "RestartCount": 0,
        "Driver": "aufs",
        "Platform": "linux",
        "MountLabel": "",
        "ProcessLabel": "",
        "AppArmorProfile": "docker-default",
        "ExecIDs": null,
        "HostConfig": {
            "Binds": null,
            "ContainerIDFile": "",
            "LogConfig": {
                "Type": "db",
                "Config": {}
            },
            "NetworkMode": "paperless-ngx_default",
            "PortBindings": {},
            "RestartPolicy": {
                "Name": "unless-stopped",
                "MaximumRetryCount": 0
            },
            "AutoRemove": false,
            "VolumeDriver": "",
            "VolumesFrom": null,
            "CapAdd": null,
            "CapDrop": null,
            "CgroupnsMode": "host",
            "Dns": null,
            "DnsOptions": null,
            "DnsSearch": null,
            "ExtraHosts": [],
            "GroupAdd": null,
            "IpcMode": "private",
            "Cgroup": "",
            "Links": null,
            "OomScoreAdj": 0,
            "PidMode": "",
            "Privileged": false,
            "PublishAllPorts": false,
            "ReadonlyRootfs": false,
            "SecurityOpt": null,
            "UTSMode": "",
            "UsernsMode": "",
            "ShmSize": 67108864,
            "Runtime": "runc",
            "Env": [
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "GOSU_VERSION=1.17",
                "REDIS_VERSION=7.4.1",
                "REDIS_DOWNLOAD_URL=http://download.redis.io/releases/redis-7.4.1.tar.gz",
                "REDIS_DOWNLOAD_SHA=bc34b878eb89421bbfca6fa78752343bf37af312a09eb0fae47c9575977dfaa2"
            ],
            "ConsoleSize": [
                0,
                0
            ],
            "Isolation": "",
            "CpuShares": 0,
            "Memory": 0,
            "NanoCpus": 0,
            "CgroupParent": "",
            "BlkioWeight": 0,
            "BlkioWeightDevice": null,
            "BlkioDeviceReadBps": null,
            "BlkioDeviceWriteBps": null,
            "BlkioDeviceReadIOps": null,
            "BlkioDeviceWriteIOps": null,
            "CpuPeriod": 0,
            "CpuQuota": 0,
            "CpuRealtimePeriod": 0,
            "CpuRealtimeRuntime": 0,
            "CpusetCpus": "",
            "CpusetMems": "",
            "Devices": null,
            "DeviceCgroupRules": null,
            "DeviceRequests": null,
            "KernelMemory": 0,
            "KernelMemoryTCP": 0,
            "MemoryReservation": 0,
            "MemorySwap": 0,
            "MemorySwappiness": null,
            "OomKillDisable": false,
            "PidsLimit": null,
            "Ulimits": null,
            "CpuCount": 0,
            "CpuPercent": 0,
            "IOMaximumIOps": 0,
            "IOMaximumBandwidth": 0,
            "Mounts": [
                {
                    "Type": "volume",
                    "Source": "paperless-ngx_redisdata",
                    "Target": "/data",
                    "VolumeOptions": {}
                }
            ],
            "MaskedPaths": [
                "/proc/asound",
                "/proc/acpi",
                "/proc/kcore",
                "/proc/keys",
                "/proc/latency_stats",
                "/proc/timer_list",
                "/proc/timer_stats",
                "/proc/sched_debug",
                "/proc/scsi",
                "/sys/firmware"
            ],
            "ReadonlyPaths": [
                "/proc/bus",
                "/proc/fs",
                "/proc/irq",
                "/proc/sys",
                "/proc/sysrq-trigger"
            ]
        },
        "GraphDriver": {
            "Data": null,
            "Name": "aufs"
        },
        "Mounts": [
            {
                "Type": "volume",
                "Name": "paperless-ngx_redisdata",
                "Source": "/volume1/@docker/volumes/paperless-ngx_redisdata/_data",
                "Destination": "/data",
                "Driver": "local",
                "Mode": "z",
                "RW": true,
                "Propagation": ""
            }
        ],
        "Config": {
            "Hostname": "96ca8a18b954",
            "Domainname": "",
            "User": "",
            "AttachStdin": false,
            "AttachStdout": true,
            "AttachStderr": true,
            "ExposedPorts": {
                "6379/tcp": {}
            },
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": [
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "GOSU_VERSION=1.17",
                "REDIS_VERSION=7.4.1",
                "REDIS_DOWNLOAD_URL=http://download.redis.io/releases/redis-7.4.1.tar.gz",
                "REDIS_DOWNLOAD_SHA=bc34b878eb89421bbfca6fa78752343bf37af312a09eb0fae47c9575977dfaa2"
            ],
            "Cmd": [
                "redis-server"
            ],
            "Image": "docker.io/library/redis:7",
            "Volumes": {
                "/data": {}
            },
            "WorkingDir": "/data",
            "Entrypoint": [
                "docker-entrypoint.sh"
            ],
            "OnBuild": null,
            "Labels": {
                "com.docker.compose.config-hash": "74f96502a0e5a743c7abc651d6451cd6e38c34fedac2785a0eec9cdd5a90eef4",
                "com.docker.compose.container-number": "1",
                "com.docker.compose.depends_on": "",
                "com.docker.compose.image": "sha256:f02a7f56692880b88d5fabe631da5547ae1d8c30d7050c3d004347a9fa5e5a3c",
                "com.docker.compose.oneoff": "False",
                "com.docker.compose.project": "paperless-ngx",
                "com.docker.compose.project.config_files": "/volume1/docker/paperless-ngx/config/docker-compose.yml",
                "com.docker.compose.project.working_dir": "/volume1/docker/paperless-ngx/config",
                "com.docker.compose.service": "broker",
                "com.docker.compose.version": "2.9.0"
            },
            "DDSM": false
        },
        "NetworkSettings": {
            "Bridge": "",
            "SandboxID": "1169afaf1613f61cf40fd7ee8ddaa814d513679dfca360e39c5c689d5b18129f",
            "HairpinMode": false,
            "LinkLocalIPv6Address": "",
            "LinkLocalIPv6PrefixLen": 0,
            "Ports": {
                "6379/tcp": null
            },
            "SandboxKey": "/var/run/docker/netns/1169afaf1613",
            "SecondaryIPAddresses": null,
            "SecondaryIPv6Addresses": null,
            "EndpointID": "",
            "Gateway": "",
            "GlobalIPv6Address": "",
            "GlobalIPv6PrefixLen": 0,
            "IPAddress": "",
            "IPPrefixLen": 0,
            "IPv6Gateway": "",
            "MacAddress": "",
            "Networks": {
                "paperless-ngx_default": {
                    "IPAMConfig": null,
                    "Links": null,
                    "Aliases": [
                        "paperless-ngx-broker-1",
                        "broker",
                        "96ca8a18b954"
                    ],
                    "NetworkID": "024ebdb9ecb8f913391d10fe092ce6919cf51c34a4ee9216b2f0db95265f76b1",
                    "EndpointID": "6a131f4c77c03c591b881893c3e7dee248f60dda9ca16e758ce7e78bdca3f406",
                    "Gateway": "172.24.0.1",
                    "IPAddress": "172.24.0.5",
                    "IPPrefixLen": 16,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "MacAddress": "02:42:ac:18:00:05",
                    "DriverOpts": null
                }
            }
        }
    }
]

Das hier spuckt Paperless im Systemstatus aus… evtl. ist das noch ein Hinweis?