Skip to content

Commit ddd3101

Browse files
authored
Merge pull request #1348 from skyfall-sh/update-umami
chore: update umami to v2.16.1
2 parents 56af894 + 3403f8a commit ddd3101

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/dokploy/templates/templates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ export const templates: TemplateData[] = [
426426
{
427427
id: "umami",
428428
name: "Umami",
429-
version: "v2.14.0",
429+
version: "v2.16.1",
430430
description:
431431
"Umami is a simple, fast, privacy-focused alternative to Google Analytics.",
432432
logo: "umami.png",

apps/dokploy/templates/umami/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
umami:
3-
image: ghcr.io/umami-software/umami:postgresql-v2.14.0
3+
image: ghcr.io/umami-software/umami:postgresql-v2.16.1
44
restart: always
55
healthcheck:
66
test: ["CMD-SHELL", "curl http://localhost:3000/api/heartbeat"]

0 commit comments

Comments
 (0)