1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-11 17:29:51 +02:00

update README

This commit is contained in:
Andrew Dolgov 2019-11-16 09:43:05 +03:00
parent a239d9d3a9
commit 34494f2d86

View file

@ -41,6 +41,12 @@ See docker-compose documentation for more information and available options.
Restarting the container will update the source from origin repository. If database needs to be updated,
tt-rss will prompt you to do so on next page refresh.
### Using SSL with Letsencrypt (untested!)
- HTTP_HOST should be set to a valid hostname (i.e. no localhost or IP address)
- comment out web container, uncomment web-ssl in ``docker-compose.yml``
- ports 80 and 443 should be externally accessible i.e. not blocked by firewall and/or conflicting with host services
### How do I add plugins and themes?
By default, tt-rss code is stored on a persistent docker volume (``app``). You can find