From b290f95b85a61eda320aeab3dd902b7061c88a21 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Sat, 16 Jul 2022 22:04:53 -0700 Subject: [PATCH] Update docker urls. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8b6cfa4..ad93b774 100644 --- a/README.md +++ b/README.md @@ -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