summaryrefslogtreecommitdiff
path: root/Global-Config.md
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-07 20:42:48 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-07 20:42:48 +0000
commit0c3be9088c3156a4e9a6c3a8490577244dd7076d (patch)
treea5052f1c2b8a0cdc4144d8edf70ab78704d541f0 /Global-Config.md
parentfa346911a1e68fbc75cfdb93483e74e2be2d1e29 (diff)
Replace Docker Compose v1 references, update PHP binary references.
Diffstat (limited to 'Global-Config.md')
-rw-r--r--Global-Config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Global-Config.md b/Global-Config.md
index fc0b62d..ef6e7f2 100644
--- a/Global-Config.md
+++ b/Global-Config.md
@@ -2,7 +2,7 @@ All settings (see `_DEFAULTS[]` for default values) are listed here:
- https://github.com/tt-rss/tt-rss/blob/main/classes/Config.php (source code, including default values)
-It is preferred to adjust tt-rss global configuration through the environment, i.e. defined in `.env` when using docker-compose setup:
+It is preferred to adjust tt-rss global configuration through the environment (e.g. using your Docker `.env` file):
```ini
# Copy this file to .env before building the container.