diff options
Diffstat (limited to 'Installation-Notes.md')
| -rw-r--r-- | Installation-Notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Installation-Notes.md b/Installation-Notes.md index 65d54f5..1695164 100644 --- a/Installation-Notes.md +++ b/Installation-Notes.md @@ -75,7 +75,7 @@ version: '3' services: # see FAQ entry below if upgrading from a different PostgreSQL major version (e.g. 12 to 15): - # https://github.com/supahgreg/tt-rss-web-static/blob/main/docs/wiki/InstallationNotes.md#i-got-the-updated-compose-file-above-and-now-my-database-keeps-restarting + # https://github.com/supahgreg/tt-rss/wiki/Installation-Notes#i-got-the-updated-compose-file-above-and-now-my-database-keeps-restarting db: image: postgres:15-alpine restart: unless-stopped @@ -217,7 +217,7 @@ TTRSS_SELF_URL_PATH=http://example.com/tt-rss Don't use quotes around values. Note the prefix (`TTRSS_`) before the value. -Look [here](https://github.com/supahgreg/tt-rss-web-static/blob/main/docs/wiki/GlobalConfig.md) for more information. +Look [here](https://github.com/supahgreg/tt-rss/wiki/Global-Config) for more information. #### Container options |