Update 'Home'

master
fox 2 years ago
parent 2ff067d259
commit a65a9ceda3

@ -4,6 +4,19 @@ See [README.md](../src/master/README.md)
## FAQ
### I'm using docker-compose.override.yml and now I'm getting schema update (and other) strange issues
Alternatively, you've changed something related to `/var/www/html/tt-rss` in `docker-compose.yml`.
You screwed up your docker setup somehow, so tt-rss can't update itself to the persistent storage location on startup.
Related threads:
- https://community.tt-rss.org/t/schema-version-is-wrong-please-upgrade-the-database/5150
- https://community.tt-rss.org/t/closed-problem-with-database-schema-update-to-the-latest-version-146-to-145/5138/7?u=fox
Either undo your changes or figure how to fix the problem you created and everything should work properly.
### How do I make it run without /tt-rss/ in the URL, i.e. at website root?
You can't, not with this particular setup. I wanted to support both sharing a single domain with other applications and running on a dedicated domain. This was the easiest way to implement it.

Loading…
Cancel
Save