From 79961b0e916a55cf53bb0ac0f5002370824a0b55 Mon Sep 17 00:00:00 2001 From: thatcatdrout <85964541+thatcatdrout@users.noreply.github.com> Date: Sat, 23 Oct 2021 17:48:23 +0000 Subject: [PATCH] Update README.md --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 98fe2150..044e831e 100644 --- a/README.md +++ b/README.md @@ -76,19 +76,8 @@ or change the [port](https://nextjs.org/docs/api-reference/cli#production) to se ## Installing with Docker -To build the umami container and start up a Postgres database, run: +This section have moved to [here](https://github.com/mikecao/umami/blob/master/Docker%20Install.mdhttp:// "here") -```bash -docker-compose up -``` - -Alternatively, to pull just the Umami Docker image with PostgreSQL support: -```bash -docker pull ghcr.io/mikecao/umami:postgresql-latest -``` - -Or with MySQL support: -```bash docker pull ghcr.io/mikecao/umami:mysql-latest ```