From b290f95b85a61eda320aeab3dd902b7061c88a21 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Sat, 16 Jul 2022 22:04:53 -0700 Subject: [PATCH 1/2] 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 From 19d971d9b2f4ff7f351c6405deaa840bfd192701 Mon Sep 17 00:00:00 2001 From: liaohongxing <35255844+liaohongxing@users.noreply.github.com> Date: Mon, 18 Jul 2022 14:12:20 +0800 Subject: [PATCH 2/2] Update zh-CN.json --- lang/zh-CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/zh-CN.json b/lang/zh-CN.json index 4d787519..506c99b8 100644 --- a/lang/zh-CN.json +++ b/lang/zh-CN.json @@ -99,7 +99,7 @@ "metrics.filter.combined": "总和", "metrics.filter.domain-only": "只看域名", "metrics.filter.raw": "原始", - "metrics.languages": "Languages", + "metrics.languages": "语言", "metrics.operating-systems": "操作系统", "metrics.page-views": "页面浏览量", "metrics.pages": "网页",