Changed Docker URL.

This commit is contained in:
Mike Cao 2023-10-19 16:55:00 -07:00 committed by GitHub
parent b54164a673
commit b9477db1a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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