From ba31036c7092adcf5e1cb7cab834d91888178129 Mon Sep 17 00:00:00 2001 From: fox Date: Fri, 24 Jan 2020 20:01:34 +0000 Subject: [PATCH] Update page 'Home' --- Home.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Home.md b/Home.md index 6fbe268..1ffe5c0 100644 --- a/Home.md +++ b/Home.md @@ -13,8 +13,6 @@ See [README.md](src/master/README.md) ### 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_ID /var/www/html/tt-rss/update.php --help ```