From a35960665ebfcd613cc73bdc6bebb51c194b7d5e Mon Sep 17 00:00:00 2001 From: thatcatdrout <85964541+thatcatdrout@users.noreply.github.com> Date: Sat, 23 Oct 2021 17:48:58 +0000 Subject: [PATCH] Update Docker Install.md --- Docker Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker Install.md b/Docker Install.md index 2cc79c55..2e470fcc 100644 --- a/Docker Install.md +++ b/Docker Install.md @@ -9,7 +9,7 @@ First clone the repo cd into the directory `cd umami` -Start a Docker container +To build the umami container and start up a Postgres database, run: `docker-compose up` Then navigate to `localhost:5432` in your browser!