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