Open bugwelle opened 1 year ago
FYI @x86dev : Even if I fix this issue, I still get an issue with FPM:
rssreader | [07-Nov-2023 10:18:15] ERROR: unable to bind listening socket for address '127.0.0.1:9000': Address in use (98)
rssreader | [07-Nov-2023 10:18:15] ERROR: FPM initialization failed
Did you encounter that before?
@bugwelle add -F to the exec php-fpm in the php run file, so it doesn't detach and s6 can manage it.
alpine changed default behaviour with 8 so needs some tweaking, see my fork https://github.com/aashley/docker-ttrss i've made a stack of changes to how the fpm runs and its all good
@aashley Awesome! Thanks. :) I'll try it out later.
Checked out your fork, looked at the diffs, and then tried it out. Works (and I have a few hundred unread items) 🎉
@x86dev The proposal by @aashley above works. I'll keep this PR open, as this is also part of the fix.
The startup script could not be started (in my case) because of permission issues. Looking at the log, I saw:
By passing
--chown
, we set the file owner to what s6 expects.