<- back to Homelab

uptime-kuma

Repo: https://github.com/louislam/uptime-kuma

Last updated: Mon, Jan 20, 2025

services:
  uptime-kuma:
    image: louislam/uptime-kuma:1
    container_name: uptime-kuma
    restart: always
    ports:
      - "3001:3001"
    volumes:
      - ./uptime-kuma:/app/data
      - /var/run/docker.sock:/var/run/docker.sock