From 4e4f3294909d1b050b92d4e9e12c11f0284a042a Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:10:17 +0100 Subject: [PATCH] chore(service): improve uptime kuma - improve uptime kuma healthcheck - rename volume --- templates/compose/uptime-kuma.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/compose/uptime-kuma.yaml b/templates/compose/uptime-kuma.yaml index 4ca0682c7..7291e35c3 100644 --- a/templates/compose/uptime-kuma.yaml +++ b/templates/compose/uptime-kuma.yaml @@ -11,9 +11,9 @@ services: environment: - SERVICE_URL_UPTIMEKUMA_3001 volumes: - - uptime-kuma:/app/data + - uptime-kuma-data:/app/data healthcheck: test: ["CMD-SHELL", "extra/healthcheck"] - interval: 2s - timeout: 10s - retries: 15 + interval: 5s + timeout: 5s + retries: 10