From 894479e1b6ca90d403124911a06aa36b3e065a1e Mon Sep 17 00:00:00 2001 From: fox Date: Sat, 13 Mar 2021 16:57:33 +0300 Subject: [PATCH] Update 'Home' --- Home.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 6944b27..38bd24e 100644 --- a/Home.md +++ b/Home.md @@ -37,7 +37,12 @@ services: ### I'm trying to run CLI tt-rss scripts inside the container and they complain about root ```sh -docker exec -it --user app APP_CONTAINER_ID /var/www/html/tt-rss/update.php --help +docker-compose exec --user app app php8 /var/www/html/tt-rss/update.php --help + +# ^ ^ +# | | +# | +- service (container) name +# +----- run as user ``` ### How do I add plugins and themes?