]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fixes up the slightly behind docs
authorTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Sat, 7 Jan 2023 16:06:28 +0000 (08:06 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Sun, 8 Jan 2023 00:45:48 +0000 (16:45 -0800)
docs/setup.md

index 8dcaeae8bcdf1e854bc6abd2b349b8482e0e1c05..69b4f8417e655270fd86b2e4b3abfc49ac3173b3 100644 (file)
@@ -148,17 +148,9 @@ steps described in [Docker setup](#docker_hub) automatically.
 
     !!! note
 
-        You can utilize Docker secrets for some configuration settings by
-        appending `_FILE` to some configuration values. This is
-        supported currently only by:
-
-        - PAPERLESS_DBUSER
-        - PAPERLESS_DBPASS
-        - PAPERLESS_SECRET_KEY
-        - PAPERLESS_AUTO_LOGIN_USERNAME
-        - PAPERLESS_ADMIN_USER
-        - PAPERLESS_ADMIN_MAIL
-        - PAPERLESS_ADMIN_PASSWORD
+        You can utilize Docker secrets for configuration settings by
+        appending `_FILE` to configuration values. For example `PAPERLESS_DBUSER`
+        can be set using `PAPERLESS_DBUSER_FILE=/var/run/secrets/password.txt`.
 
     !!! warning