mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Clarify description of PAPERLESS_PORT
This commit is contained in:
		@@ -700,8 +700,13 @@ PAPERLESS_WEBSERVER_WORKERS=<num>
 | 
				
			|||||||
    Defaults to 2.
 | 
					    Defaults to 2.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PAPERLESS_PORT=<port>
 | 
					PAPERLESS_PORT=<port>
 | 
				
			||||||
    The port number the webserver will listen on. Change the port if it collides
 | 
					    The port number the webserver will listen on inside the container. There are
 | 
				
			||||||
    with other services in your setup.
 | 
					    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.
 | 
					    Defaults to 8000.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user