mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-08 11:09:53 +02:00
Update 'Home'
parent
e52ebbc566
commit
cbbb0b1e42
1 changed files with 13 additions and 0 deletions
13
Home.md
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` → `Plugins`.
|
For official plugins, you can use plugin installer in `Preferences` → `Plugins`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue