From cfacdef47e35fd7e59548e0bb2c1b6c98cd98871 Mon Sep 17 00:00:00 2001 From: fox Date: Fri, 24 Jan 2020 20:00:10 +0000 Subject: [PATCH] Update page 'Home' --- Home.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Home.md b/Home.md index 301ea6f..75701bc 100644 --- a/Home.md +++ b/Home.md @@ -11,6 +11,14 @@ See [README.md](src/master/README.md) - ``SELF_URL_PATH`` in ``.env`` should not include a port as the container is going to use default https port - ports 80 and 443 should be externally accessible i.e. not blocked by firewall and/or conflicting with host services +### I'm trying to run CLI tt-rss scripts inside the container and they complain about root + +Inside the container tt-rss run under ``app`` user, which is what you should specify with docker: + +```sh +docker exec -it --user app APP_CONTAINER /var/www/html/tt-rss/update.php --help +``` + ### How do I add plugins and themes? By default, tt-rss code is stored on a persistent docker volume (``app``). You can find