Alexandre Alapetite
Alexandre Alapetite
Please show your configuration files
Hello, It does not look like providing a `healthcheck` at Dockerfile level is so popular (anymore). On our side, it has been difficult to find a default `healthcheck` that made...
PR welcome with an example https://github.com/FreshRSS/FreshRSS/issues/7377#issuecomment-2696553926
> I tried this, but it doesn’t work for me. There is a syntax error. Try instead: `test: php -r "readfile('http://localhost/i/');" | grep -q 'jsonVars' || exit 1`
Yes, we could have a `healthcheck.sh`, though not with `curl` as it is not a package we have installed by default, so a first version containing `php -r "readfile('http://localhost/i/');" |...
> Would it be an option to add cURL to the images? Best not, as it increases the size and the footprint and there is so far no need for...
> Can you at least provide `wget` or `curl` binaries again Did you try the suggestion higher up? https://github.com/FreshRSS/FreshRSS/issues/7377#issuecomment-2960324512
> [#7377 (comment)](https://github.com/FreshRSS/FreshRSS/issues/7377#issuecomment-3271465474) Yes, but I got confused because the comment comes right after a *works for me*...
Here is a PR I was hoping someone would do: * https://github.com/FreshRSS/FreshRSS/pull/7945 Not tested, so tests welcome @schildbach
@math-GH Maybe you will want to fine tune a bit the style