From: Felix Eckhofer Date: Tue, 22 Feb 2022 20:06:28 +0000 (+0100) Subject: Clarify description of PAPERLESS_PORT X-Git-Tag: ngx-1.6.0-rc1~53^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F124%2Fhead;p=thirdparty%2Fpaperless-ngx.git Clarify description of PAPERLESS_PORT --- diff --git a/docs/configuration.rst b/docs/configuration.rst index a91ecfece7..90c5918c8b 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -700,8 +700,13 @@ PAPERLESS_WEBSERVER_WORKERS= Defaults to 2. PAPERLESS_PORT= - The port number the webserver will listen on. Change the port if it collides - with other services in your setup. + 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 + services (like using podman with multiple containers in one pod). + + Don't change this when using Docker. To change the port the webserver is + reachable outside of the container, instead refer to the "ports" key in + ``docker-compose.yml``. Defaults to 8000.