uptime-kuma/compose.yaml
2024-02-07 01:55:31 -05:00

9 lines
190 B
YAML

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