Self-Hosting Umami with Docker Compose

Umami is an open-source, privacy oriented and lightweight web analytics service written in Node. Umami is super easy and quick to self-host, and in this post we’ll see a setup with Docker Compose. Read more

Similar

Docker Private Registry – Setup

It is very common to setup own Docker registry for our private images. Basic registry setup If we want basic setup without TLS and any access control for example for lab, we can create it with command: [lukas@docker-host ~]$ docker run -d -p 5000:5000 --r... (more…)

Read more »