From 9f42c63b8351742725f751868d726e497b699f78 Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Sat, 12 Oct 2024 12:09:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=BA=94=E7=94=A8=20RssHub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- apps/rsshub/2024-10-11/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rsshub/2024-10-11/docker-compose.yml b/apps/rsshub/2024-10-11/docker-compose.yml index c3bd3c62..16baa935 100644 --- a/apps/rsshub/2024-10-11/docker-compose.yml +++ b/apps/rsshub/2024-10-11/docker-compose.yml @@ -35,7 +35,7 @@ services: - ENABLE_CLUSTER=false - NODE_NAME=rsshub healthcheck: - test: [ "CMD", "curl", "-f", "http://localhost:1200/healthz" ] + test: [ "CMD", "curl", "-f", "http://localhost:1200/healthz?key=${ACCESS_KEY}" ] interval: 30s timeout: 10s retries: 3