Files
uptime-kuma/compose.yaml

10 lines
193 B
YAML
Raw Permalink Normal View History

services:
uptime-kuma:
2025-10-20 20:40:14 +08:00
image: louislam/uptime-kuma:2
restart: unless-stopped
volumes:
- ./data:/app/data
ports:
# <Host Port>:<Container Port>
2025-10-20 20:40:14 +08:00
- "3001:3001"