| title | Uptime Kuma |
|---|---|
| description | A guide to installing Uptime Kuma in TrueNAS Scale as well as docker via compose |
| published | true |
| date | 2025-10-08 08:27:10 UTC |
| tags | |
| editor | markdown |
| dateCreated | 2024-02-23 13:37:43 UTC |
Uptime Kuma is a web monitor tool that supports various monitors such as HTTP, DNS, MySQL, Postgres, Docker, and more.
services:
uptime-kuma:
image: louislam/uptime-kuma:latest
container_name: kuma
volumes:
- /mnt/tank/configs/kuma:/app/data
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 3001:3001
restart: unless-stopped- The App Config Storage Type of Storage should be set to Host Path as described in Folder Structure.
I'm not going to include a guide here on how to use Uptime Kuma. Its pretty straight forward and I think Christian did a great job here.





