Install Umami with Docker
masterYou can deploy Umami using Docker images or Docker Compose.
Using Docker Image
Pull the latest image from the Umami registry:
docker pull docker.umami.is/umami-software/umami:latestUsing Docker Compose
To run Umami along with a managed PostgreSQL database, use the provided compose file:
docker compose up -d