From 990d76ff454ec6868b99019338ee3f2934238805 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Thu, 3 Nov 2022 08:52:47 -0700 Subject: [PATCH] Update docker server url. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fe9dd96..3f457631 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,12 @@ docker compose up Alternatively, to pull just the Umami Docker image with PostgreSQL support: ```bash -docker pull docker.umami.is/umami-software/umami:postgresql-latest +docker pull docker.umami.dev/umami-software/umami:postgresql-latest ``` Or with MySQL support: ```bash -docker pull docker.umami.is/umami-software/umami:mysql-latest +docker pull docker.umami.dev/umami-software/umami:mysql-latest ``` ## Getting updates