1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-08 16:09:53 +02:00

Update 'Home'

fox 2021-12-28 07:59:02 +03:00
parent 2ff067d259
commit a65a9ceda3

13
Home.md

@ -4,6 +4,19 @@ See [README.md](../src/master/README.md)
## FAQ ## 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? ### 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. 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.