From 755e5b5716f2a9b9c1ecb5c4983ea205a99dd02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 16 Feb 2026 08:01:35 +0100 Subject: [PATCH] Update umami image to postgresql-latest Co-Authored-By: Claude Opus 4.6 --- umami/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umami/compose.yml b/umami/compose.yml index 44a3078..2125467 100644 --- a/umami/compose.yml +++ b/umami/compose.yml @@ -1,7 +1,7 @@ --- services: umami: - image: ghcr.io/umami-software/umami:latest + image: ghcr.io/umami-software/umami:postgresql-latest container_name: umami environment: TZ: ${TIMEZONE:-Europe/Amsterdam}