Add uptime-kuma/docker-compose.yml

This commit is contained in:
2026-04-26 15:22:53 +01:00
parent b0bd8a3b54
commit 33f7c023fc

View File

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