mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
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.
This commit is contained in:
parent
43d48520be
commit
c5f3c61275
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user