Edit php.ini [shell_exec]

Please tell me how can I edit php.ini to make my own settings. where is this file located? in what volume should i look for?
I need shell_exec to run. Maybe there is another way to allow this parameter when building docker-compose?

for me, it’s at /etc/php81/php.ini in the “ttrss-app” docker container

In typical setups PHP uses a conf.d directory where you can override or add setting in any file contained within.

So in docker you would create a ini file and just map that into the appropriate conf.d dir. I believe this will work with the TT-RSS docker setup

volumes:
  - ./mysettings.ini:/etc/php8/conf.d/mysettings.ini