From c5f3c612754e699aab165d7d6f71cf874448210f Mon Sep 17 00:00:00 2001 From: Deepak Kapoor <41769111+orthdron@users.noreply.github.com> Date: Thu, 29 Aug 2024 20:03:02 -0400 Subject: [PATCH] Update docker-compose.yml There is a bug in the old version that crashes on the web. I would propose the version to be set as postgresql-latest, but I understand why a certain version is set in apps. --- apps/dokploy/templates/umami/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/templates/umami/docker-compose.yml b/apps/dokploy/templates/umami/docker-compose.yml index a149a5e64..228762100 100644 --- a/apps/dokploy/templates/umami/docker-compose.yml +++ b/apps/dokploy/templates/umami/docker-compose.yml @@ -1,6 +1,6 @@ services: umami: - image: ghcr.io/umami-software/umami:postgresql-v2.12.1 + image: ghcr.io/umami-software/umami:postgresql-v2.13.2 restart: always healthcheck: test: ["CMD-SHELL", "curl http://localhost:3000/api/heartbeat"]