diff options
| author | 2024-12-27 13:13:20 +0000 | |
|---|---|---|
| committer | 2024-12-27 14:13:20 +0100 | |
| commit | ec69fdcb27623027644778aa78d79fdca4f3469d (patch) | |
| tree | a5ca52762e37e24952b5826e286b679c2f64063b | |
| parent | bbd81b3e7e95891601ca341114f6cd9f5ea2840c (diff) | |
Adds BASE_URL to example .env file (#7151)
* Adds BASE_URL to example .env file
I found without specifying a BASE_URL then the installation command gets confused
❌ FreshRSS error during installation!
FreshRSS error: invalid input: default-user cannot be empty
The provided example base url may not be desired, but the readme should be updated with 'something' to make first use more user friendly.
* Update Docker/README.md
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
| -rw-r--r-- | Docker/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Docker/README.md b/Docker/README.md index 4cde4b2d6..9c5604d88 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -274,6 +274,7 @@ sudo nano /var/lib/docker/volumes/freshrss_data/_data/config.php First, put variables such as passwords in your `.env` file, which can live where your `docker-compose.yml` should be. See [`example.env`](./freshrss/example.env). ```ini +BASE_URL=https://freshrss.example.net ADMIN_EMAIL=admin@example.net ADMIN_PASSWORD=freshrss ADMIN_API_PASSWORD=freshrss |
