diff --git a/rsshub/2024-10-11/docker-compose.yml b/rsshub/2024-10-11/docker-compose.yml index c3bd3c624..16baa9357 100644 --- a/rsshub/2024-10-11/docker-compose.yml +++ b/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