diff --git a/self-host/advanced/private-config-file.mdx b/self-host/advanced/private-config-file.mdx index c957594..cda42b2 100644 --- a/self-host/advanced/private-config-file.mdx +++ b/self-host/advanced/private-config-file.mdx @@ -503,6 +503,6 @@ Some configuration values can be set using environment variables for enhanced se | Name | Variable | Config | Supports `_FILE` | |------|----------|--------|:---:| -| Redis Password | `REDIS_PASSWORD` | `redis.password` | ✅ | +| Redis Password | `REDIS_PASSWORD` | `redis.password` | YES | Any variable marked "Supports `_FILE`" can also be set as `_FILE`, pointing to a file on disk whose (trimmed) contents are used as the value instead — see [Reading secrets from a file](/self-host/advanced/config-file#reading-secrets-from-a-file-_file-suffix) in the main configuration file docs for details and a Docker Compose example. \ No newline at end of file