mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
Merge branch 'master' into dev
This commit is contained in:
commit
e060f2b240
2 changed files with 1 additions and 2 deletions
|
|
@ -121,7 +121,7 @@ To update the Docker image, simply pull the new images and rebuild:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker compose pull
|
docker compose pull
|
||||||
docker compose up --force-recreate
|
docker compose up --force-recreate -d
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
version: '3'
|
|
||||||
services:
|
services:
|
||||||
umami:
|
umami:
|
||||||
image: ghcr.io/umami-software/umami:postgresql-latest
|
image: ghcr.io/umami-software/umami:postgresql-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue