mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Docs: Fix leftover issues from conversion (#2172)
This commit is contained in:
		| @@ -222,7 +222,7 @@ This might have multiple reasons. | ||||
|     SENDFILE=0 | ||||
|     ``` | ||||
|  | ||||
|     to your [docker-compose.env]{.title-ref} file. | ||||
|     to your `docker-compose.env` file. | ||||
|  | ||||
| ## Error while reading metadata | ||||
|  | ||||
| @@ -326,9 +326,9 @@ unlock. This may have minor performance implications. | ||||
| ## gunicorn fails to start with "is not a valid port number" | ||||
|  | ||||
| You are likely running using Kubernetes, which automatically creates an | ||||
| environment variable named [\${serviceName}\_PORT]{.title-ref}. This is | ||||
| environment variable named `${serviceName}_PORT`. This is | ||||
| the same environment variable which is used by Paperless to optionally | ||||
| change the port gunicorn listens on. | ||||
|  | ||||
| To fix this, set [PAPERLESS_PORT]{.title-ref} again to your desired | ||||
| port, or the default of 8000. | ||||
| To fix this, set `PAPERLESS_PORT` again to your desired port, or the | ||||
| default of 8000. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 tooomm
					tooomm