Kuma/compose.yaml
Sid Sun d8269ba3ca Add the new hostname to heartbeatJSON messages, fix linter errors
Signed-off-by: Sid Sun <sids@Sids-MacBook.local>
2025-05-09 23:27:26 +10:00

11 lines
224 B
YAML

services:
uptime-kuma:
hostname: uptime-kuma
# image: louislam/uptime-kuma:1
volumes:
- ./data:/app/data
ports:
# <Host Port>:<Container Port>
- 3001:3001
restart: unless-stopped