From e6e09e6d515dd88319623fe412cbae7d2bcf36c4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 22 Feb 2020 00:00:04 +0000 Subject: [PATCH] commit 241a624f8f62527988dba77161e5180ccf3e32b4 Author: Robert Kaussow Date: Sat Feb 22 00:55:07 2020 +0100 fix entrypoint var --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index ae068b0..dabd753 100644 --- a/index.md +++ b/index.md @@ -353,7 +353,7 @@ freshrss_extra_hosts: [] ```YAML freshrss_healthcheck: - test: '["CMD", "/usr/local/bin/healthcheck.sh"]' + test: '["CMD", "/usr/local/bin/healthcheck"]' interval: 30s timeout: 5s retries: 5