Skip to content

Commit 5c988ab

Browse files
committed
Merge branch 'dev' into jajaja
2 parents b5c6194 + a7ded80 commit 5c988ab

File tree

10 files changed

+398
-404
lines changed

10 files changed

+398
-404
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ To update the Docker image, simply pull the new images and rebuild:
121121

122122
```bash
123123
docker compose pull
124-
docker compose up --force-recreate
124+
docker compose up --force-recreate -d
125125
```
126126

127127
---

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
version: '3'
32
services:
43
umami:
54
image: ghcr.io/umami-software/umami:postgresql-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "umami",
3-
"version": "2.16.0",
3+
"version": "2.16.1",
44
"description": "A simple, fast, privacy-focused alternative to Google Analytics.",
55
"author": "Umami Software, Inc. <hello@umami.is>",
66
"license": "MIT",

0 commit comments

Comments
 (0)