|
|
@ -36,6 +36,8 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
### I'm trying to run CLI tt-rss scripts inside the container and they complain about root
|
|
|
|
### I'm trying to run CLI tt-rss scripts inside the container and they complain about root
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(run in the compose script directory)
|
|
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
```sh
|
|
|
|
docker-compose exec --user app app php8 /var/www/html/tt-rss/update.php --help
|
|
|
|
docker-compose exec --user app app php8 /var/www/html/tt-rss/update.php --help
|
|
|
|
|
|
|
|
|
|
|
|