1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-07-07 23:59:53 +02:00

Update page 'Home'

fox 2020-01-24 20:01:34 +00:00
parent 7e09f050a3
commit ba31036c70

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