Update Uptime-Kuma/Compose.yaml

This commit is contained in:
2025-10-30 19:31:24 +00:00
parent 3e5b21f2f8
commit 4a7d7c051e
+10
View File
@@ -0,0 +1,10 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:latest
container_name: uptime-kuma
volumes:
- /srv/docker/uptime-kuma:/app/data
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 5008:3001
restart: unless-stopped