Add uptime-kuma/docker-compose.yml

This commit is contained in:
2026-01-26 16:55:56 +00:00
parent f1b0c22d98
commit 69dc0db9c3

View File

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