1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-08 11:09:53 +02:00

Update 'Home'

fox 2021-03-13 17:02:54 +03:00
parent e52ebbc566
commit cbbb0b1e42

13
Home.md

@ -47,6 +47,19 @@ docker-compose exec --user app app php8 /var/www/html/tt-rss/update.php --help
# +----- run as user # +----- run as user
``` ```
or
```
docker-compose exec app sudo -Eu app php8 /var/www/html/tt-rss/update.php --help
```
or
```
docker exec -it <container_id> sudo -Eu app php8 /var/www/html/tt-rss/update.php --help
```
### How do I add plugins and themes? ### How do I add plugins and themes?
For official plugins, you can use plugin installer in `Preferences` &rarr; `Plugins`. For official plugins, you can use plugin installer in `Preferences` &rarr; `Plugins`.