21d9a07bc3
The prior fix (_netdev,nofail + docker.service After=remote-fs.target) looked correct but silently failed — paperless still Exited(255) on the 2026-07-14 reboot. Root cause: `nofail` drops a mount out of remote-fs.target's blocking set, so ordering docker After=remote-fs.target does NOT wait for the nofail NFS mounts. Fix: add x-systemd.before=docker.service,x-systemd.mount-timeout=30 to the 4 NFS fstab lines (direct mount->docker ordering, nofail-safe). Applied + verified live (systemctl show docker -p After now lists all 4 mnt-*.mount). Playbook + verify updated to canonicalize.