From b200346fd3f3a94e4b985dc1072c97785a9de4a8 Mon Sep 17 00:00:00 2001 From: mathis5711 <70803186+mathis5711@users.noreply.github.com> Date: Fri, 7 Nov 2025 09:31:30 +0100 Subject: [PATCH] Change Umami Docker image tag to 'latest' Updated Docker pull command to use the latest image, because "postgresql-latest" is deprecated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d166d8c..d3791e26 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ docker compose up -d Alternatively, to pull just the Umami Docker image with PostgreSQL support: ```bash -docker pull docker.umami.is/umami-software/umami:postgresql-latest +docker pull docker.umami.is/umami-software/umami:latest ``` ---