Files
Elite/uptime-kuma/docker-compose.yml
john 182c19a171 Update uptime-kuma/docker-compose.yml
Change version in line with developers' recommendation
2026-03-06 21:09:43 +00:00

12 lines
254 B
YAML

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