Merge pull request #393 from orthdron/patch-1

fix: umami version
This commit is contained in:
Mauricio Siu 2024-08-29 22:14:25 -06:00 committed by GitHub
commit 3674f3a4d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"]