Updated Umami to v2.14.0

This commit is contained in:
Daniel Gietmann
2024-12-03 20:48:46 +01:00
committed by GitHub
parent f10eae40c7
commit 00c7ae3f40
2 changed files with 2 additions and 2 deletions

View File

@@ -380,7 +380,7 @@ export const templates: TemplateData[] = [
{
id: "umami",
name: "Umami",
version: "v2.12.1",
version: "v2.14.0",
description:
"Umami is a simple, fast, privacy-focused alternative to Google Analytics.",
logo: "umami.png",

View File

@@ -1,6 +1,6 @@
services:
umami:
image: ghcr.io/umami-software/umami:postgresql-v2.13.2
image: ghcr.io/umami-software/umami:postgresql-v2.14.0
restart: always
healthcheck:
test: ["CMD-SHELL", "curl http://localhost:3000/api/heartbeat"]