Update docker urls.

This commit is contained in:
Mike Cao 2022-07-16 22:04:53 -07:00 committed by GitHub
parent 910f165103
commit b290f95b85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ yarn install
Create an `.env` file with the following
```
DATABASE_URL=(connection url)
DATABASE_URL=connection-url
```
The connection url is in the following format:
@ -76,12 +76,12 @@ docker-compose up
Alternatively, to pull just the Umami Docker image with PostgreSQL support:
```bash
docker pull ghcr.io/mikecao/umami:postgresql-latest
docker pull docker.umami.is/umami-software/umami:postgresql-latest
```
Or with MySQL support:
```bash
docker pull ghcr.io/mikecao/umami:mysql-latest
docker pull docker.umami.is/umami-software/umami:mysql-latest
```
## Getting updates