]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Clarify description of PAPERLESS_PORT 124/head
authorFelix Eckhofer <felix@eckhofer.com>
Tue, 22 Feb 2022 20:06:28 +0000 (21:06 +0100)
committerFelix Eckhofer <felix@eckhofer.com>
Tue, 22 Feb 2022 20:06:28 +0000 (21:06 +0100)
docs/configuration.rst

index a91ecfece7d9efd0952d13f0f950b232af08bb81..90c5918c8b71bd37b93da9ee75c20bd1f8ba6a47 100644 (file)
@@ -700,8 +700,13 @@ 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.
+    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.