Update Servers/Containerization/Docker/Compose/UptimeKuma.md

This commit is contained in:
2025-04-21 00:00:43 -06:00
parent 634e36c7c8
commit 8c9c73b6ab

View File

@ -1,6 +1,6 @@
**Purpose**: Deploy Uptime Kuma uptime monitor to monitor services in the homelab and send notifications to various services.
```jsx title="docker-compose.yml"
```yaml title="docker-compose.yml"
version: '3'
services:
uptimekuma:
@ -28,6 +28,6 @@ networks:
external: true
```
```jsx title=".env"
```yaml title=".env"
Not Applicable
```