From b73db2d7250c439cd507e2bf34e25c90c5485cac Mon Sep 17 00:00:00 2001 From: Eric Dahl Date: Tue, 20 Aug 2024 19:17:00 -0400 Subject: [PATCH] Update browserless.yaml --- templates/compose/browserless.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/browserless.yaml b/templates/compose/browserless.yaml index e9d71964f..7534e1ca9 100644 --- a/templates/compose/browserless.yaml +++ b/templates/compose/browserless.yaml @@ -11,7 +11,7 @@ services: - TOKEN=$SERVICE_BASE64_BROWSERLESS_TOKEN - SERVICE_FQDN_BROWSERLESS_3000 healthcheck: - test: ["CMD", "curl", "-f", "http://127.0.0.1:3000"] + test: ["CMD", "curl", "-f", "http://127.0.0.1:3000/docs"] interval: 2s timeout: 10s retries: 15