Update Monitoring_Containers/uptime-kuma/compose.yaml

This commit is contained in:
2026-01-25 20:31:38 +00:00
parent 5ac33852e4
commit 48573bc1fd
@@ -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