From fbebd8d7c03ff4346ade7f1ee287192789811053 Mon Sep 17 00:00:00 2001 From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Sat, 7 Jan 2023 08:06:28 -0800 Subject: [PATCH] Fixes up the slightly behind docs --- docs/setup.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index 8dcaeae8b..69b4f8417 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -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