Updated Uptime Kuma

This commit is contained in:
2025-02-27 12:57:54 -08:00
parent 4cc8d6df9a
commit 7939cbc04d
3 changed files with 9 additions and 10 deletions
+8 -2
View File
@@ -1,7 +1,5 @@
# uptimekuma # uptimekuma
Last Updated: Wed July 31, 2024 17:40:37 PDT
## Overview ## Overview
Proxy Port: 3001 Proxy Port: 3001
@@ -10,3 +8,11 @@ Proxy Port: 3001
* [Dockerhub](https://hub.docker.com/r/louislam/uptime-kuma) * [Dockerhub](https://hub.docker.com/r/louislam/uptime-kuma)
* [Github](https://github.com/louislam/uptime-kuma/tree/1.23.X) * [Github](https://github.com/louislam/uptime-kuma/tree/1.23.X)
* [Docker Compose Example](https://github.com/louislam/uptime-kuma/blob/1.23.X/docker/docker-compose.yml) * [Docker Compose Example](https://github.com/louislam/uptime-kuma/blob/1.23.X/docker/docker-compose.yml)
## Summary
Uptime Kuma is a self-hosted monitoring tool that tracks the uptime and response time of websites, services, and network devices. It provides a sleek, user-friendly dashboard with real-time status updates, customizable notifications, and support for multiple monitoring protocols like HTTP(s), TCP, and ICMP (ping). Ideal for personal and business use, Uptime Kuma helps ensure your critical services remain online.
## Notes
By default uptime kuma uses sqlite.
+1 -1
View File
@@ -1,6 +1,6 @@
services: services:
uptimekuma: uptimekuma:
image: ${UPTIMEKUMA_IMAGE:-louislam/uptime-kuma} image: ${UPTIMEKUMA_IMAGE:-louislam/uptime-kuma:latest}
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${VOL_PATH:-./data}/uptimekuma-data:/app/data - ${VOL_PATH:-./data}/uptimekuma-data:/app/data
-7
View File
@@ -1,7 +0,0 @@
version: '3.4'
services:
uptimekuma:
extends:
file: ${COOKBOOK}/uptimekuma/docker-compose.yml
service: uptimekuma