uptime-kuma/compose.yaml

10 lines
193 B
YAML
Raw Permalink Normal View History

services:
uptime-kuma:
2024-10-29 17:07:47 +00:00
image: louislam/uptime-kuma:2
restart: unless-stopped
volumes:
- ./data:/app/data
ports:
# <Host Port>:<Container Port>
2024-10-29 17:07:47 +00:00
- "3001:3001"