From c47e79e8b33b59da4a9c0d188b34152c05fdd31f Mon Sep 17 00:00:00 2001 From: sven Date: Mon, 29 Dec 2025 15:31:23 +0100 Subject: [PATCH] =?UTF-8?q?Healthcheck=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- freshrss/docker-compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/freshrss/docker-compose.yml b/freshrss/docker-compose.yml index f0a9205..6e94f22 100755 --- a/freshrss/docker-compose.yml +++ b/freshrss/docker-compose.yml @@ -19,4 +19,12 @@ services: ports: - 9280:80 restart: unless-stopped + healthcheck: + test: ["CMD", "cli/health.php"] + timeout: 10s + start_period: 60s +# start_interval: 11s + interval: 75s + retries: 3 + networks: {}