From 703e28c0ae0a2bc9addb05efc0d3fe8313f24322 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 4 Jul 2025 01:36:55 +0100 Subject: [PATCH] change paperless-ngx port --- home/podman.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/podman.nix b/home/podman.nix index 0772506..35c8bab 100644 --- a/home/podman.nix +++ b/home/podman.nix @@ -560,7 +560,7 @@ "/mnt/data/scans:/usr/src/paperless/consume" ]; ports = [ - "8009:8000" + "8010:8000" ]; extraConfig = { Service = {