Update Servers/Containerization/Docker/Compose/UptimeKuma.md
This commit is contained in:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user