Files
Docker-Setups/uptime-kuma.yaml
2026-01-16 21:53:42 +01:00

11 lines
182 B
YAML

version: '1.0'
services:
uptime-kuma:
image: louislam/uptime-kuma:2
restart: unless-stopped
ports:
- "3001:3001"
volumes:
- /hdd/uptime-kuma:/app/data