效果图

搭建教程

安装docker和docker compose

安装docker

curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh

安装docker compose

curl -L https://github.com/docker/compose/releases/latest/download/docker-compose-Linux-x86_64 > /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

搭建umami

拉取github仓库

git clone https://github.com/umami-software/umami.git

进入umami目录

cd umami

安装umami

docker compose up -d

浏览器打开ip:即可打开umami