Closed janis-ax closed 2 years ago
If there's a good place in the docs to add a hint or 2 about running with a more advanced setup, we'd be happy to have a PR for it. I know zero about the differences of Kubernetes that would lead to this.
Good point. If I have some time I will describe my K8S setup. Let's leave this issue some days open to add the docs, okay?
hello all, i am also just running paperless in my kubernetes cluster (k3s). and have the same error.
Many greetings
Hi @fwmarcel For me following worked:
You can fix this by setting the variable PAPERLESS_PORT again to 8000
hi @janis-ax this fix worked. thanks!
Do you want to document this in the advanced setup area maybe? Since this seems Kubernetes specific, I think that's pretty advanced for most people.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns.
Description
After changing the docker image from paperless-ng to paperless-ngx I run into this issue, and it took me some time to solve it. So, it's solved now and this just for documentation.
I got the following error after starting the full stack:
Error: 'tcp://10.43.223.199:8000' is not a valid port number.
and Gunicorn exited then.However, the problem was: The container does not use port 8000 which should be the default. You can fix this by setting the variable
PAPERLESS_PORT
again to 8000Steps to reproduce
Webserver logs
Paperless-ngx version
1.8.0
Host OS
K3S
Installation method
Docker - official image
Browser
No response
Configuration changes
No response
Other
Upgrade from paperless-ng