This commit updates the docker/compose/docker-compose.env documentation file to include a more comprehensive list of environment variables and improve clarity.
## Changes:
- Added several missing environment variables from the official Paperless-ngx configuration docs.
- Included explanations for each variable, maintaining consistency with the existing style.
- Added links to relevant external documentation (e.g., Django docs) where applicable.
- Updated the reference to the official documentation to make it more prominent:
- Changed:
"# See http://docs.paperless-ngx.com/configuration/ for all available options."
To:
"# IMPORTANT: See http://docs.paperless-ngx.com/configuration/ for official up-to-date overview of all available options."
This note was previously somewhat hidden right under the heavily emphasized section title in the original version, making it easy to overlook. The updated version ensures users are more likely to notice the reference to the official docs.
This update improves the usability of the docker-compose.env file, making it a more complete and practical reference for Docker Compose users.
* Update docker-compose.env
* Update configuration.rst
example.com/paperless is not a subdomain, but a subpath. Also when hosting from a subdomain like paperless.example.com one does not have to change anything in the configuration, it just works, because paperless expects to be hosted at root, i.e. paperless.example.com
This however changes when paperless is not hosted at root anymore but for example at paperless.example.com/paperlessNgx
* Update docker-compose.env
* Apply suggestions from code review
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>