Skip to main content

Install Uptime Kuma - A fancy self-hosted monitoring tool

Uptime Kuma is a great way to monitor your self hosted apps and services.

Installation

Paste this docker compose stack into Portainer

version: '3.3'

services:
  uptime-kuma:
    image: louislam/uptime-kuma
    container_name: uptime-kuma
    volumes:
      - /docker/uptimekuma:/app/data
    ports:
      - 3001:3001