leycloud/uptime-kuma.yml hinzugefügt

This commit is contained in:
florian 2026-03-04 19:02:21 +01:00
parent cdd3ef80b7
commit 075e56855b
1 changed files with 10 additions and 0 deletions

10
leycloud/uptime-kuma.yml Normal file
View File

@ -0,0 +1,10 @@
version: "3.3"
services:
uptime-kuma:
image: louislam/uptime-kuma:2
container_name: uptime-kuma
volumes:
- /home/florian/docker/uptime-kuma:/app/data
ports:
- "3001:3001" # Intern für NPM
restart: unless-stopped