Merge branch 'umami-software:master' into master

This commit is contained in:
Didier Krux 2024-02-22 10:01:56 +00:00 committed by GitHub
commit 33bf420a78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
755 changed files with 36258 additions and 21478 deletions

View file

@ -10,7 +10,7 @@ A detailed getting started guide can be found at [https://umami.is/docs/](https:
### Requirements
- A server with Node.js version 12 or newer
- A server with Node.js version 16.13 or newer
- A database. Umami supports [MySQL](https://www.mysql.com/) and [Postgresql](https://www.postgresql.org/) databases.
### Install Yarn
@ -72,13 +72,13 @@ docker compose up -d
Alternatively, to pull just the Umami Docker image with PostgreSQL support:
```bash
docker pull docker.umami.dev/umami-software/umami:postgresql-latest
docker pull ghcr.io/umami-software/umami:postgresql-latest
```
Or with MySQL support:
```bash
docker pull docker.umami.dev/umami-software/umami:mysql-latest
docker pull ghcr.io/umami-software/umami:mysql-latest
```
## Getting updates