mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Allow specifying port through PAPERLESS_PORT environment variable
This commit is contained in:
@@ -699,6 +699,12 @@ PAPERLESS_WEBSERVER_WORKERS=<num>
|
||||
|
||||
Defaults to 2.
|
||||
|
||||
PAPERLESS_PORT=<port>
|
||||
The port number the webserver will listen on. Change the port if it collides
|
||||
with other services in your setup.
|
||||
|
||||
Defaults to 8000.
|
||||
|
||||
USERMAP_UID=<uid>
|
||||
The ID of the paperless user in the container. Set this to your actual user ID on the
|
||||
host system, which you can get by executing
|
||||
|
Reference in New Issue
Block a user