diff options
| author | 2025-08-28 03:54:41 +0800 | |
|---|---|---|
| committer | 2025-08-27 21:54:41 +0200 | |
| commit | 70f0d6d24f217ef4952225f8f57d2f86f7eb96bc (patch) | |
| tree | c8e438394895a1f283eeb98123c1a396b4d1a9eb /Docker/freshrss/example.env | |
| parent | 6c64e7b07b915a49141f47fdc4890222164e2de2 (diff) | |
Fix Docker Traefik .yml and SERVER_DNS (#7858)
* Rename tls.yml to tls.yaml
Rename tls.yaml so it will be align to the entry in docker-compose-proxy.yml:
volumes:
- ./tls.yaml:/etc/traefik/tls.yaml
To prevent error:
error="error reading configuration file: /etc/traefik/tls.yaml - read /etc/traefik/tls.yaml: is a directory"
* Update example.env
Added option for SERVER_URL
To prevent warning:
WARN[0000] The "SERVER_DNS" variable is not set. Defaulting to a blank string.
* Update example.env
Change SERVER_URL to SERVER_DNS
* Use .yml consistently
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'Docker/freshrss/example.env')
| -rw-r--r-- | Docker/freshrss/example.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Docker/freshrss/example.env b/Docker/freshrss/example.env index d40cd775c..7b69c52e0 100644 --- a/Docker/freshrss/example.env +++ b/Docker/freshrss/example.env @@ -19,6 +19,7 @@ ADMIN_API_PASSWORD=freshrss # Address at which the FreshRSS instance will be reachable: BASE_URL=https://freshrss.example.net +SERVER_DNS=freshrss.example.net # Database server (not relevant if using default SQLite) # Use the name of the Docker container if running on the same machine |
