diff --git a/README.md b/README.md index 86812d3..f73ab54 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ tt-rss will prompt you to do so on next page refresh. ### Using SSL with Letsencrypt (untested!) - ``HTTP_HOST`` in ``.env`` 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`` + - 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?