From 1b8df1f16b3a5c15e8beae49c70cb611e63b4252 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Sat, 4 Jan 2025 16:04:13 +0530 Subject: [PATCH] Update health check endpoint of nocodb service --- templates/compose/nocodb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/nocodb.yaml b/templates/compose/nocodb.yaml index ab6554203..94ba4c788 100644 --- a/templates/compose/nocodb.yaml +++ b/templates/compose/nocodb.yaml @@ -12,7 +12,7 @@ services: volumes: - nocodb-data:/usr/app/data/ healthcheck: - test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:8080"] + test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:8080/api/v1/health"] interval: 5s timeout: 20s retries: 10