Create Docker Install.md

pull/830/head
thatcatdrout 2021-10-23 17:46:16 +00:00 committed by GitHub
parent 2575cbfc11
commit 42df0cfbc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
Docker Install.md Normal file
View File

@ -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!