Files
NODE-16/uptime-kuma/docker-compose.yml
2025-11-27 23:55:26 +00:00

12 lines
253 B
YAML

services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
restart: always
ports:
- "3010:3001"
volumes:
- /mnt/disk/docker/uptime-kuma:/app/data
- /var/run/docker.sock:/var/run/docker.sock