Change Umami Docker image tag to 'latest'

Updated Docker pull command to use the latest image, because "postgresql-latest" is deprecated.
This commit is contained in:
mathis5711
2025-11-07 09:31:30 +01:00
committed by GitHub
parent a90b788138
commit b200346fd3

View File

@@ -89,7 +89,7 @@ docker compose up -d
Alternatively, to pull just the Umami Docker image with PostgreSQL support:
```bash
docker pull docker.umami.is/umami-software/umami:postgresql-latest
docker pull docker.umami.is/umami-software/umami:latest
```
---