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 ```