feat(uptime-Kuma): docker-compose

This commit is contained in:
2026-04-05 18:23:44 +02:00
parent a0f63ab43f
commit 635baf2362

View File

@@ -0,0 +1,11 @@
version: "3.8"
services:
uptime-kuma:
image: louislam/uptime-kuma:latest
container_name: uptime-kuma
ports:
- "3006:3001"
volumes:
- /srv/docker/daten/uptime-kuma:/app/data
restart: unless-stopped