mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-07-06 18:39:53 +02:00
Update 'Home'
parent
9b5a55f93b
commit
894479e1b6
1 changed files with 6 additions and 1 deletions
7
Home.md
7
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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue