From a972d207be54461173dc34a66acd5e5e794a0ae0 Mon Sep 17 00:00:00 2001 From: Justin Visser Date: Tue, 3 Mar 2026 18:50:58 +0100 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 466e60d..124d998 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ services: volumes: - handin_data:/data healthcheck: - test: ["CMD-SHELL", "curl -fsS http://localhost:8000/api/health >/dev/null || exit 1"] + test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8000/api/health')"] interval: 10s timeout: 5s retries: 12