Everytime I need to execute this to make the addon work correctly:
chmod -R 777 /data /var/www/
Else ttrss can't write some file
@frenck Do you have any idea how could I make it automatic, like a post build script ?
I am using an existing image based on nginx 1.18 so I can't use /docker-entrypoint.d
Problem/Motivation
Everytime I need to execute this to make the addon work correctly:
chmod -R 777 /data /var/www/
Else ttrss can't write some file @frenck Do you have any idea how could I make it automatic, like a post build script ? I am using an existing image based on nginx 1.18 so I can't use /docker-entrypoint.d