Files
NODE-19/uptime-kuma/docker-compose.yml
john fb0c5189c6 Update uptime-kuma/docker-compose.yml
Change version in line with developers recommendation
2026-03-06 21:11:42 +00:00

12 lines
248 B
YAML

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