diff options
Diffstat (limited to 'Docker/README.md')
| -rw-r--r-- | Docker/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Docker/README.md b/Docker/README.md index 0e8b16c55..1fbc9634c 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -330,6 +330,9 @@ services: FRESHRSS_ENV: development # Optional advanced parameter controlling the internal Apache listening port LISTEN: 0.0.0.0:80 + # Optional parameter, set to 1 to enable OpenID Connect (only available in our Debian image) + # Requires more environment variables. See https://freshrss.github.io/FreshRSS/en/admins/16_OpenID-Connect.html + OIDC_ENABLED: 0 # Optional auto-install parameters (the Web interface install is recommended instead): # ⚠️ Parameters below are only used at the very first run (so far). # So if changes are made (or in .env file), first delete the service and volumes. |
