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
Created
May 4, 2022 20:08
-
-
Save zoonderkins/7dbd38e14ecd01635da4a427b06e8f25 to your computer and use it in GitHub Desktop.
Install umami with Docker-compose
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment