Document invalid options in rootless containers (#5122)

Specifying `PAPERLESS_OCR_LANGUAGES` in rootless containers is not possible since the extra languages are currently installed with apt which requires root.

Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
This commit is contained in:
Christoph Loy
2024-01-01 17:00:05 +01:00
committed by GitHub
parent bd904d9e6b
commit 3f4f4444f7
2 changed files with 8 additions and 0 deletions

View File

@@ -120,6 +120,10 @@ steps described in [Docker setup](#docker_hub) automatically.
**Rootless**
!!! warning
It is currently not possible to run the container rootless if additional languages are specified via `PAPERLESS_OCR_LANGUAGES`.
If you want to run Paperless as a rootless container, you will need
to do the following in your `docker-compose.yml`: