fix: change umami version

This commit is contained in:
Krzysztof Durek 2024-07-14 20:42:26 +02:00
parent 4ff178ea34
commit f684ba7b1f

View File

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