Update Umami database image to PostgreSQL 16-alpine in docker-compose

This commit is contained in:
Mohmmed Elfateh Sabry
2025-08-11 03:52:50 +03:00
parent 90ad16d2f2
commit 9fe5d08292

View File

@@ -135,7 +135,7 @@ services:
- traefik.http.services.umami.loadbalancer.server.port=3000
umami-db:
image: postgres:15-alpine
image: postgres:16-alpine
container_name: umami-db
restart: unless-stopped
environment: