Skip to content

Commit

Permalink
Changed Docker URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao authored Oct 19, 2023
1 parent b54164a commit b9477db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9477db

Please sign in to comment.