mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Changed Docker URL.
This commit is contained in:
parent
b54164a673
commit
b9477db1a2
1 changed files with 2 additions and 2 deletions
|
|
@ -72,13 +72,13 @@ docker compose up -d
|
||||||
Alternatively, to pull just the Umami Docker image with PostgreSQL support:
|
Alternatively, to pull just the Umami Docker image with PostgreSQL support:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker pull docker.umami.dev/umami-software/umami:postgresql-latest
|
docker pull ghcr.io/umami-software/umami:postgresql-latest
|
||||||
```
|
```
|
||||||
|
|
||||||
Or with MySQL support:
|
Or with MySQL support:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker pull docker.umami.dev/umami-software/umami:mysql-latest
|
docker pull ghcr.io/umami-software/umami:mysql-latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Getting updates
|
## Getting updates
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue