mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Allows the webserver binding address to be configured via the environment
This commit is contained in:
parent
cb7e6f8cd0
commit
ada8516803
2 changed files with 8 additions and 1 deletions
|
|
@ -808,6 +808,13 @@ PAPERLESS_WEBSERVER_WORKERS=<num>
|
|||
|
||||
Defaults to 1.
|
||||
|
||||
PAPERLESS_BIND_ADDR=<ip address>
|
||||
The IP address the webserver will listen on inside the container. There are
|
||||
special setups where you may need to configure this value to restrict the
|
||||
Ip address or interface the webserver listens on.
|
||||
|
||||
Defaults to [::], meaning all interfaces, including IPv6.
|
||||
|
||||
PAPERLESS_PORT=<port>
|
||||
The port number the webserver will listen on inside the container. There are
|
||||
special setups where you may need this to avoid collisions with other
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue