diff --git a/Docker Install.md b/Docker Install.md new file mode 100644 index 00000000..2cc79c55 --- /dev/null +++ b/Docker Install.md @@ -0,0 +1,16 @@ +# Docker install method + +**You will need Docker for this** +Download Docker at [Dockers official website](https://docs.docker.com/get-docker/ "Dockers official website") + +First clone the repo +`git clone https://github.com/mikecao/umami.git` + +cd into the directory +`cd umami` + +Start a Docker container +`docker-compose up` + +Then navigate to `localhost:5432` in your browser! +