Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zoonderkins/7dbd38e14ecd01635da4a427b06e8f25 to your computer and use it in GitHub Desktop.
Save zoonderkins/7dbd38e14ecd01635da4a427b06e8f25 to your computer and use it in GitHub Desktop.
Install umami with Docker-compose

Install

mkdir umami
cd umami
wget https://cdn.jsdelivr.net/gh/mikecao/umami@master/sql/schema.postgresql.sql
wget https://cdn.jsdelivr.net/gh/mikecao/umami@master/docker-compose.yml
docker-compose up -d
docker exec -i umami-db-1 psql -U umami -d umami < schema.postgresql.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment