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