This commit is contained in:
2026-03-16 10:49:45 +00:00
parent b4a1f09841
commit 0c70cb0707

View File

@@ -18,7 +18,7 @@
tls { tls {
get_certificate tailscale get_certificate tailscale
} }
reverse_proxy localhost:8080 reverse_proxy localhost:8081
''; '';
}; };
}; };
@@ -29,7 +29,7 @@
image = "icereed/paperless-gpt:latest"; image = "icereed/paperless-gpt:latest";
autoStart = true; autoStart = true;
ports = [ ports = [
"127.0.0.1:8080:8080" "127.0.0.1:8081:8080"
]; ];
volumes = [ volumes = [
"paperless-gpt-data:/app/data" "paperless-gpt-data:/app/data"